摘要: document.addEventListener('keydown',test); function test(e){ var x=e.keyCode; if(x == 49){ console.log("hello"); } } 阅读全文
posted @ 2018-07-13 10:45 sherlock-merlin 阅读(660) 评论(0) 推荐(0)