<input type="checkbox" value="1" id="Checkbox3">编号1<input type="checkbox" value="2" id="Checkbox4">编号2<input type="checkbox" value="3" id="Checkbox5">编号3<button id="Button5" onclick="return t()">testCount</button><button id="Button6" onclick="return showAllChk('id')">showAll</button><button id="Button7" onclick="return myCheckAll('id')">全选ID</button><button id="Button8" onclick="return unCheckAll('id')">全不选ID</button><button id="Button9" onclick="return checkId('id')">检查ID</button><input type="checkbox" value="" id ="Checkbox6" name="ALL" onClick = "checkAll('ALL','id')"/><label for="ALL">全选</label> <script type="text/javascript">> 相关文章: