HTMLMetaElement

HTMLMetaElement 接口包含有关文档的描述性元数据。此对象继承 HTMLElement 的接口所有属性和方法。

 

HTMLMetaElement()

继承层次

Object.prototype
 Function.prototype
  EventTarget
   Node
    Element
     HTMLElement
      HTMLMetaElement

构造函数

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

属性列表

属性说明
--

方法列表

语法说明
--

HTMLMetaElement.prototype

继承层次

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLMetaElement.prototype

属性列表

属性说明
content获取或设置元数据属性的值。
httpEquiv获取或设置要为文档定义 HTTP 响应标头的名称。
name获取或设置要为文档定义元数据属性的名称。

方法列表

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

语法说明
--

HTMLMetaElement实例

参考

相关页面

外部链接