例:
var img = document.getElementByTagName("img")[0];
img.setAttribut("src","../images/bg.png"); //设置标签的属性属性
img.getAttribut( ); //获取标签的属性
img.removeAttribut("class" ); //删除标签的class属性
例:
var img = document.getElementByTagName("img")[0];
img.setAttribut("src","../images/bg.png"); //设置标签的属性属性
img.getAttribut( ); //获取标签的属性
img.removeAttribut("class" ); //删除标签的class属性
本文标题:获取,设置,删除标签的属性
本文链接:https://www.haomeiwen.com/subject/wlyprftx.html
网友评论