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

9-22练习题Highlight()函数这样写语法有没有错误??

function Highlight()

{

      var tbody = document.getElementById('table').lastChild;

trs = tbody.getElementsByTagName('tr');   

for(var i =1;i<trs.length;i++){

trs[i].onmouseover=onmous(trs[i]);

                       trs[i].onmouseout =outmous(this);

                   }


             function onmous(trsi)

                 {

trsi.style.backgroundColor ="#f2f2f2";

  function outmous(trsi)

  {

trsi.style.backgroundColor ="#fff";

      

  }

}


正在回答

1 回答

有没有错写完测试一下就知道拉

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

举报

0/150
提交
取消
JavaScript进阶篇
  • 参与学习       468061    人
  • 解答问题       21891    个

本课程从如何插入JS代码开始,带您进入网页动态交互世界

进入课程

9-22练习题Highlight()函数这样写语法有没有错误??

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