HTMLBodyElement

 

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

HTMLBodyElement()

继承层次

Object.prototype
 Function.prototype
  EventTarget
   Node
    Element
     HTMLElement
      HTMLBodyElement

构造函数

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

属性列表

属性说明
--

方法列表

语法说明
--

HTMLBodyElement.prototype

继承层次

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLBodyElement.prototype

属性列表

继承了父对象 HTMLElement 和 WindowEventHandlers 的属性。

属性说明
--

方法列表

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

语法说明
--

HTMLBodyElement实例

参考

相关链接

外部链接