Skip to content

Instantly share code, notes, and snippets.

@duguying
Created April 2, 2015 09:18
Show Gist options
  • Save duguying/f99d0b20d1fa2859a915 to your computer and use it in GitHub Desktop.
Save duguying/f99d0b20d1fa2859a915 to your computer and use it in GitHub Desktop.
获取js按键码
$(window).keydown(function(event){
console.log(event.keyCode)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment