Meta 对象表示 HTML <meta> 元素。
您可以使用 getElementsByTagName() 访问 <meta> 元素:
var x = document.getElementsByTagName("META")[0];
亲自试一试 »
您可以使用 document.createElement() 方法创建 <meta> 元素:
Property | Description |
---|---|
content | Sets or returns the value of the content attribute of a meta element |
httpEquiv | Sets or returns an HTTP header for the information in the content attribute |
name | Sets or returns a name for the information in the content attribute |
scheme | Not supported in HTML5. Sets or returns how the value of the content attribute should be interpreted |
HTML 参考:HTML <meta> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!