HTMLTemplateElement

HTMLTemplateElement 接口允许访问 HTML <template> 元素的内容。

 

HTMLTemplateElement()

继承层次

Object.prototype
 Function.prototype
  EventTarget
   Node
    Element
     HTMLElement
      HTMLTemplateElement

构造函数

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

属性列表

属性说明
--

方法列表

语法说明
--

HTMLTemplateElement.prototype

继承层次

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLTemplateElement.prototype

属性列表

从父元素继承的属性, HTMLElement

属性说明
--

方法列表

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

语法说明
--

HTMLTemplateElement实例

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLTemplateElement.prototype
      <template> 元素

参考

相关页面

外部链接