其他分享
首页 > 其他分享> > 常用的document对象

常用的document对象

作者:互联网

  document对象

1.document.getElementById( )

返回对拥有指定 id 的第一个对象的引用。

 

2.document.getElementsByTagName( )

返回带有指定标签名的对象集合。

 

3.document.getElementByName( )

返回带有指定名称的对象集合。

 

4.document.getElementByClassName( )

返回文档中所有指定类名的元素集合

标签:返回,常用,对象,指定,集合,带有,document
来源: https://www.cnblogs.com/lcw0/p/15646296.html