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

请问这段js代码出了什么问题,没有效果。

请问这段js代码出了什么问题,没有效果。

<!DOCTYPE html> <html> <head>     <meta charset="UTF-8">     <title>Document</title>     <style>     #hs {         width: 200px;         height: 200px;         background: gray;     }     </style>     <script>     var an1 = document.getElementById("an");     function rec() {         var bs = document.getElementById("hs");         bs.style.background = "red";     }     an1.onmouseover = rec;     </script> </head> <body>     <input id="an" type="button" value="按钮" />     <div id="hs">     </div> </body> </html>
查看完整描述

3 回答

?
Anyone

TA贡献1条经验 获得超0个赞

script标签内部要加上window.onload = function(){  },把你的js代码放到这个大括号里边就可以了。或者就是把script标签放到</body>标签后边

查看完整回答
反对 回复 2017-04-11
  • 3 回答
  • 0 关注
  • 1693 浏览
慕课专栏
更多

添加回答

举报

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