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

我自己写的几句,怎么console打印不了键码?

<!doctype html>

<html>

 <head>

   

   <meta charset="UTF-8">

   <script>  

  window.onload=function()

  {

  document.onkeyup=function(event){

  event = event || window.event;  

  console.log(event.keyCode);

};

}


   </script>

    <title>抽奖</title>

 

 

 </head>

 <body>

    <div id="title" class="title">开始抽奖</div>

    <div class="btns">

       <span id="play">开始</span>

       <span id="stop">停止</span>

    </div>

 </body>

</html>


正在回答

2 回答

我刚才试了一下,可以的,控制台显示出13了

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

把<script>标签和里面的内容,放到body标签的最下面

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

凉粉拉面 提问者

试了还不行啊
2016-07-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我自己写的几句,怎么console打印不了键码?

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