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