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

为什么这样写没反应啊

    window.onload = function(){

          var tr=document.getElementsByTagName("tr");

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

          {

              tr[i].onmouseover=function(){

                  tr[i].style.backgroundColor="#f2f2f2";

              }

          }


正在回答

3 回答

楼上正解,内部函数有没有定义的变量.

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

tr[i].onmouseover=function(){

                  this.style.backgroundColor="#f2f2f2";

              }

因为在function里 找不到tr[i]


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

举报

0/150
提交
取消

为什么这样写没反应啊

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