JS document對象的屬性有以下一些常見屬性:
document.documentElement:代表整個文檔的根元素(一般是元素)。
document.body:代表文檔的
元素。document.title:代表文檔的標(biāo)題。
document.cookie:代表文檔的cookie。
document.domain:代表文檔的域名。
document.head:代表文檔的
元素。document.location:代表文檔的URL信息。
document.referrer:代表文檔的引用頁面的URL。
document.forms:代表文檔中所有的
document.images:代表文檔中所有的元素集合。
document.links:代表文檔中所有的元素和元素集合。
document.scripts:代表文檔中所有的