标签:页面 lin lock elements document 网页 信息 元素 访问
document对象是HTMLDocument的一个实例,表示整个html页面。document对象是window对象的一个属性,因此可以将其作为全局对象访问。
<html>的引用:document.documentElement
<body>的引用:document.body
网页标题:document.title
当前页url:document.URL
当前页域名:document.domain
来源页的url:document.referrer
document.getElementById()、document.getElementsByTagName()、document.getElementsByName()
带name的a标签:document.anchors
<form>元素:document.forms
img元素:document.images
带href的a标签:document.links
标签:页面 lin lock elements document 网页 信息 元素 访问
原文地址:http://www.cnblogs.com/zhenxianluo/p/6087764.html