Welcome 微信登录

首页 / 脚本样式 / JavaScript / js键盘事件的keyCode

document.onkeyup = function(event){var event = event || window.event; alert(event.keyCode); }