document.getElementById() 通过Id获取元素
oEle.getElementByTagName() 通过标签名字来获取一组元素
oEle.getElementByClassName() 通过class来获取一组元素
不兼容 ie低版本浏览器不好使
document.getElementById() 通过Id获取元素
oEle.getElementByTagName() 通过标签名字来获取一组元素
oEle.getElementByClassName() 通过class来获取一组元素
不兼容 ie低版本浏览器不好使
本文标题:元素选择器
本文链接:https://www.haomeiwen.com/subject/mlbuyxtx.html
网友评论