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

document

时间:2014-08-06 11:48:51      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:for   html   htm   images   浏览器   title   文档   list   

1.document 是HTMLDocument的一个实例。

2.document.documentElement对应html、document.body对应body。

3.document.title 取得和设置网页标签的文字。

4.document.URL 获取浏览器地址栏的内容。

5.document.domain 获取域名。

6.document.getElementById();通过id名获取元素,如没有对应元素,返回null。

7.document.getElementsByTagName();接受元素标签名为参数,返回0或者多个NodeList。如果传入‘*’则获取页面上所有元素。

8.document.getElementsByName();根据name获取元素,返回0或者多个NodeList。

9.document.forms;获取页面上的所有<form>元素。

10.document.images;获取文档上所有<img>元素。

11.document.write();原样写入。

12.document.writeln();在写入的最后加入换行符。

document,布布扣,bubuko.com

document

标签:for   html   htm   images   浏览器   title   文档   list   

原文地址:http://www.cnblogs.com/zasqw2222/p/3894048.html

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