HTMLLIElement 接口提供用于操作 <list> 元素的特殊属性 (除了常见的对象 HTMLElement 接口提供的属性和方法通过继承也能获取到)。
Object.prototype
Function.prototype
EventTarget
Node
Element
HTMLElement
HTMLLIElement
程序不能直接调用该构造函数,否则将会产生异常。
属性 | 说明 |
---|---|
- | - |
语法 | 说明 |
---|---|
- | - |
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLLIElement.prototype
继承自父接口 HTMLElement 属性。
没有特殊的方法; 继承了父对象 HTMLElement 的方法。
语法 | 说明 |
---|---|
- | - |
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLLIElement.prototype
<li> 元素