摘要:
function qx() { var qx = document.getElementById("qx"); if(qx.checked){ $("input:checkbox").prop("checked","true") }else{ $("input:checkbox").removeAttr("checked") } } 阅读全文
posted @ 2018-05-04 00:57
ZHBK
阅读(118)
评论(0)
推荐(0)