当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM name属性
The name property sets or returns the name of a button.
buttonObject.name=name |
The following example returns the name of a button:
<html> <form> <p>The name of the button is: </body> |
评论 (0) All