用js怎么判断多个复选框中有没有被选中的?

var checkArry = document.getElementsByName("cc");
if(checkArry.checked == true){

}

猜你喜欢

转载自blog.csdn.net/xiaohu12685/article/details/80112780