目录

HTMLLIElement

HTMLLIElement 接口提供用于操作 <list> 元素的特殊属性 (除了常见的对象 HTMLElement 接口提供的属性和方法通过继承也能获取到)。

 

HTMLLIElement()

继承层次

Object.prototype
 Function.prototype
  EventTarget
   Node
    Element
     HTMLElement
      HTMLLIElement

构造函数

程序不能直接调用该构造函数,否则将会产生异常。

属性列表

属性说明
--

方法列表

语法说明
--

HTMLLIElement.prototype

继承层次

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLLIElement.prototype

属性列表

继承自父接口 HTMLElement 属性。

属性说明
value是一个 long indicating,该值指示给定的 <ol> 中的列表元素的序号位置。它反映了 HTML <li> 的值属性元素,并可以小于 0。如果 <li> 元素不是 <ol> 元素的子元素,该属性没有任何意义。

方法列表

没有特殊的方法; 继承了父对象 HTMLElement 的方法。

语法说明
--

HTMLLIElement实例

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLLIElement.prototype
      <li> 元素

参考

相关页面

外部链接