为了账号安全,请及时绑定邮箱和手机立即绑定

关于事件绑定的,为什么注释处的代码能执行,没有注释的不能?

var bindColor = function(){

for(var i = 0; i < as.length; i++)

{

var tr = as[i].parentNode.parentNode;

// tr.onmouseover = function(){

// this.style.backgroundColor ="#f2f2f2";

// }

// tr.onmouseout = function(){

// this.style.backgroundColor ="#fff";

// }  

addEvent(tr,"onmouseover",function(){

this.style.backgroundColor ="#f2f2f2";

})

addEvent(tr,"onmouseout",function(){

this.style.backgroundColor ="#fff";

})

}

}


正在回答

2 回答

问题已解决!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

关于事件绑定的,为什么注释处的代码能执行,没有注释的不能?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信