摘要: dianwo 阅读全文
posted @ 2019-08-04 20:33 WideWang 阅读(147) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript"> window.onload=function(){ /*键盘事件 * onkeydown 按键按下,一直按会连续触发 * onkeyup * -键盘事件一般都会绑定给可以获取到焦点的对象或者是doc 阅读全文
posted @ 2019-08-04 15:04 WideWang 阅读(709) 评论(0) 推荐(1) 编辑