标签:var 删除元素 个数 颜色 rem src 鼠标 sof 标签
document.getElementById("bb");
var aa = document.getElementById("bb");
var div2 = document.getElementsByClassName("bb")[0];
var o_div3 = document.getElementsByTagName("div")[2];
var div3 = document.getElementsByName("bb")[2];
onclick="no()"
div3.innerText ="没错只能是文本"
div3.innerHTML = ‘<span style="color: red;">这可不单单是获取了文本哦</span>‘
font.setAttribute("color","red");
font.removeAttribute("color");
function hh() {
var aa = document.getElementById("go");
aa.removeAttribute("color");
}
火前留名!!
标签:var 删除元素 个数 颜色 rem src 鼠标 sof 标签
原文地址:http://www.cnblogs.com/xuan584521/p/6247057.html