以下是可以使用W3C DOM访问的文档属性-
序号 | 属性和说明 |
---|---|
1 | Body 对Element对象的引用,它表示此文档的<body>标签。 例如-document.body |
2 | DefaultView 它的只读属性,它表示在其中显示文档的窗口。 例如-document.defaultView |
3 | DocumentElement 对文档<html>标记的只读引用。 例如-document.documentElement8 / 31/2008 |
4 | 实现 这是一个只读属性,它表示DOMImplementation对象,该对象表示创建此文档的实现。 例如-document.implementation |