码迷,mamicode.com
首页 > 其他好文 > 详细

[10.DOM]Document类型

时间:2016-11-22 09:50:34      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:页面   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

[10.DOM]Document类型

标签:页面   lin   lock   elements   document   网页   信息   元素   访问   

原文地址:http://www.cnblogs.com/zhenxianluo/p/6087764.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!