当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM id属性
The id property sets or returns the id of a checkbox.
id属性可设置或返回checkbox的id
checkboxObject.id=id |
The following example prints the id of the checkbox:
下面的举例将输出checkbox的id:
<html> <form> <p>The id of the checkbox is: </body> |
Get the id of a checkbox
得到checkbox的id