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
田心枫
相关分类