当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM disabled属性
The disabled property sets or returns whether or not a checkbox should be disabled.
disabled属性可设置或返回复选框是否可用。
checkboxObject.disabled=true|false |
The following example disables the checkbox:
举例将禁用checkbox:
<html> <form> </body> |