Button 对象代表一个 HTML <button> 元素。
您可以使用 getElementById() 访问 <button> 元素:
您可以使用 document.createElement() 方法创建 <button> 元素:
Property | Description |
---|---|
autofocus | Sets or returns whether a button should automatically get focus when the page loads, or not |
disabled | Sets or returns whether a button is disabled, or not |
form | Returns a reference to the form that contains a button |
formAction | Sets or returns the value of the formaction attribute of a button |
formEnctype | Sets or returns the value of the formenctype attribute of a button |
formMethod | Sets or returns the value of the formmethod attribute of a button |
formNoValidate | Sets or returns whether the form-data should be validated or not, on submission |
formTarget | Sets or returns the value of the formtarget attribute of a button |
name | Sets or returns the value of the name attribute of a button |
type | Sets or returns the type of a button |
value | Sets or returns the value of the value attribute of a button |
HTML 参考:HTML <按钮> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!