function checkClick(chk, id){ if(chk.checked==true){ document.getElementById(id).checked = false; }}第二个参数为需要放弃的 checkbox 的 id
还不如用radio呢