window.addEventListener('keypress' , function(){ console.log('事件触发'); } , false);
绑定事件后,其他按键按下后都会触发,只是 上下左右 四个方位键不会触发,怎么破??
相关分类