<!DOCTYPE?html>
<html>
<head>
??<meta?charset="utf-8">
??<script?src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
??<script?type="text/javascript">
??$(function(){
????alert(???);??
??})
??</script>
</head>
<body>
??<input?type="checkbox"?/>
??<input?type="checkbox"?checked/>
??<input?type="checkbox"?checked/>
??<input?type="checkbox"?/>
??<input?type="checkbox"?checked/>
??<hr>
??<input?type="checkbox"?checked/>
??<input?type="checkbox"?checked/>
??<input?type="checkbox"?/>
</body>
</html>請(qǐng)問(wèn) 該怎么寫(xiě) ?
我想知道hr前面選中了幾個(gè)
hhhzihao2
2016-05-22 23:27:49