HTML 中的按钮对象用于表示
html
DOM Button Object
GeeksforGeeks
DOM Button Property
Click the button to create a button.
Press me!
html
DOM Button Object
GeeksforGeeks
DOM Button Property
Click the button to change the
text inside it.
Try it
输出:
点击按钮前:
点击按钮后:
访问按钮对象:使用 getElementById() 方法访问按钮对象。将按钮元素的 id 放在 getElementById() 中以访问它。
示例 2:
html
DOM Button Object
GeeksforGeeks
DOM Button Property
Click the button to change the
text inside it.
Try it
输出:
点击按钮前:
点击按钮后:
支持的浏览器:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器