Asp.Net中在客户端判断checkboxlist是否选择方法

for(i=0;i<10;i++){
if(eval("document.getElementById(SubJect_"+i+")").checked==true){
    
return true;
}

}
原文地址:https://www.cnblogs.com/catxp/p/381096.html