最新的Web开发教程
 

HTML DOM implementation Propery

<文档对象

返回此文档的对象的DOMImplementation:

var imp = document.implementation;
试一试»

定义和用法

实现属性返回处理该文档,作为DocumentImplementation对象的DOMImplementation对象。


浏览器支持

属性
implementation

句法

document.implementation

技术细节

返回值: 该文件的执行对象,作为一个DocumentImplementation对象
DOM版本 核心1级文档对象

<文档对象