Option 对象表示 HTML <option> 元素。
您可以使用 getElementById() 访问 <option> 元素:
提示:您还可以通过搜索来访问 Option 对象元素表格的集合,或选项下拉列表的集合。
您可以使用 document.createElement() 方法创建 <option> 元素:
Property | Description |
---|---|
defaultSelected | Returns the default value of the selected attribute |
disabled | Sets or returns whether an option is disabled, or not |
form | Returns a reference to the form that contains the option |
index | Sets or returns the index position of an option in a drop-down list |
label | Sets or returns the value of the label attribute of an option in a drop-down list |
selected | Sets or returns the selected state of an option |
text | Sets or returns the text of an option |
value | Sets or returns the value of an option to be sent to the server |
HTML 参考:HTML <选项> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!