> JavaScript中文手册 > document.implementation

实例

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

document.implementation;
运行一下 »

定义和用法

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

浏览器支持

document.implementationdocument.implementationdocument.implementationdocument.implementationdocument.implementation

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

语法

document.implementation

技术细节

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

上一篇:
下一篇: