当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM value属性
The value property sets or returns the text that is displayed on the button.
value属性可设置或返回显示在按钮上的文字
buttonObject.value=sometext |
<html> <body> </html> |
Alert id, type, and value of a Button + disable button
提示按钮的类型,id以及它的值 ,然后把它禁用