HTML DOM Document对象
implementation属性返回与当前文档相关联的的DOMImplementation对象。
document.implementation
var x = document.implementation;
所有浏览器都完全支持该实现属性: