var gettr = document.getElementsByTagName('tr');
//alert(gettr[0]);
for (var i = 0;i < gettr.length;i++){
gettr[i].onmouseover = function(){
this.style.backgroundColor = "blue";
};
gettr[i].onmouseout = function () {
this.style.backgroundColor = "#fff";
}
}为什么this不能用gettr[i]代替
西兰花伟大炮
高jay
慕的地6079101
任振小东
啊啊啊啊123
田心枫
随时随地看视频慕课网APP
相关分类