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

btn.onmouseover=show;开始提示Uncaught TypeError: Cannot set property 'onmouseover' of null怎么解决!

btn.onmouseover=show;开始提示Uncaught TypeError: Cannot set property 'onmouseover' of null怎么解决!

跟习惯的事别离 2017-03-20 14:30:55
var ul1=document.getElementById("change_ul");var btn=document.getElementById("btn");btn.onmouseover=show;btn.onmouseout=hide;function show(){    document.getElementById("change_ul").style.display="block";};function hide(){    ul1.style.display="none";}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1882 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信