1 回答
已采纳
大咪
TA贡献785条经验 获得超332个赞
<html> <script type="text/javascript"> function test(obj) { obj.setAttribute("disabled", true); }; </script> <input id="Checkbox1" type="checkbox" onclick="test(this)"/> </html>
直接上代码...
添加回答
举报
0/150
提交
取消