document 对象

document 对象
document 对象属性
1.anchors  :返回文档中所有的书签标记<a name>组成的数组
2.cookie  :返回或设置cookie
3.domain: 返回或设置文档的默认域名
4.forms :返回所有表单组成的数组
5.images :返回所有image组成的数组
6.lastModified:返回文档最后一次修改时间
7.links :返回所有链接<a href>组成的数组
8.location  等价于window.location
9.referrer 返回用户访问当前页面来源页面的地址
10.title
11.URL

你可能感兴趣的:(document 对象)