> HTML DOM ownerDocument 属性

HTML DOM ownerDocument 属性

实例

返回元素的 ownerDocument:

document.getElementById("demo").ownerDocument;

亲自试一试

定义和用法

ownerDocument 属性以 Document 对象的形式返回节点的 owner document。

在 HTML 中,HTML 文档本身始终是元素的 ownerDocument。

请在我们的文档对象参考手册中浏览更多有关 Document 对象的内容。

浏览器支持

IE Firefox Chrome Safari Opera

所有主流浏览器均支持 ownerDocument 属性。

语法

node.ownerDocument

技术细节

返回值: Document 对象,节点的 owner document。
DOM 版本 Core Level 2 Node Object
参考手册

W3c0.com 提供的内容仅用于培训。我们不保证内容的正确性。通过使用本站内容随之而来的风险与本站无关。W3c0 简体中文版的所有内容仅供测试,对任何法律问题及风险不承担任何责任。 当使用本站时,代表您已接受了本站的使用条款和隐私条款。版权所有,保留一切权利。 鲁ICP备15022115号