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

为什么这样写没反应啊

    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";

              }

          }


正在回答

2 回答

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

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

tr[i].onmouseover=function(){

                  this.style.backgroundColor="#f2f2f2";

              }

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


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

举报

0/150
提交
取消

为什么这样写没反应啊

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号