HTMLDataListElement

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

HTMLDataListElement 接口提供特定的属性(除���常规的 HTMLElement 接口以外,它还可以通过继承来使用),用于操作 <datalist> 元素和它们的内容。

EventTarget Node Element HTMLElement HTMLDataListElement

实例属性

从其父接口 HTMLElement 继承属性。

HTMLDataListElement.options 只读

HTMLCollection 表示一个包含选项元素的集合。

实例方法

没有特定的方法,从其父接口 HTMLElement 继承方法。

规范

Specification
HTML Standard
# htmldatalistelement

浏览器兼容性

BCD tables only load in the browser

参见