HTML DOM implementation 属性

HTML DOM implementation 属性

Document 对象参考手册 Document 对象

实例

返回处理该文档的 DOMImplementation 对象:


	document.implementation;

知识兔 »

定义和用法

implementation 属性可返回处理该文档的 DOMImplementation 对象。

浏览器支持

所有主要浏览器都支持 implementation 属性

语法

document.implementation

技术细节

返回值:文档的 implementation 对象, 作为一个DocumentImplementation 对象。
DOM 版本Core Level 1 Document 对象

Document 对象参考手册 Document 对象

计算机