getRootNode () 方法返回当前节点所在文档的根节点 document ,与 ownerDocument 属性的作用相同。 document.body.firstChild.getRootNode() === document // true document ...
確定! 回上一頁