平利打架事件:function unselectall()

来源:百度文库 编辑:高校问答 时间:2024/10/05 09:46:03
function unselectall()
{
if(document.del.chkAll.checked){
document.del.chkAll.checked = document.del.chkAll.checked&0;
}
}
此函数实现什么功能

把chkAll这个checkbox组件的选中状态变成非选中状态