JS document对象的属性有哪些


JS document对象的属性有以下一些常见属性:
1. document.documentElement:代表整个文档的根元素(一般是元素)。
2. document.body:代表文档的元素。
3. document.title:代表文档的标题。
4. document.cookie:代表文档的cookie。
5. document.domain:代表文档的域名。
6. document.head:代表文档的元素。
7. document.location:代表文档的URL信息。
8. document.referrer:代表文档的引用页面的URL。
9. document.forms:代表文档中所有的元素集合。
10. document.images:代表文档中所有的元素集合。
11. document.links:代表文档中所有的元素和元素集合。
12. document.scripts:代表文档中所有的