js


//js判断checkbox 是否选择
<input type="checkbox" id="data" name="read" class="checkbox" checked/>

$(".checkbox").is(":checked")
原文地址:https://www.cnblogs.com/suxiaolong/p/5413183.html