当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM accessKey属性
The accessKey property sets or returns a keyboard key to access a checkbox.
accessKey属性能够设置或返回能够访问这复选框的键盘按键。
Note: Use Alt + accessKey to give focus to the element with a specified access key.
注意:指定了accessKey后可使用Alt+accessKey来让指定的元素获得聚焦。
checkboxObject.accessKey=accessKey |
The following example returns the access key for the checkbox:
下面的举例将让checkbox返回它的accessKey
<html> <form> <p>AccessKey for checkbox is: </body> |
Return the access key for a checkbox
返回某checkbox的accessKey