很多用过Jquery或者对Jq的Event源码有所了解的人会发现一个event.which
Jq扩充了,使用它获取键盘按键值(keyCode)。这个属性也是在Firefox引入的。
在mozilla的官网上是这样解释的:
Returns the numeric keyCode of the key pressed, or the character code(charCode) for an alphanumeric key pressed.
扩展阅读:
很多用过Jquery或者对Jq的Event源码有所了解的人会发现一个event.which
Jq扩充了,使用它获取键盘按键值(keyCode)。这个属性也是在Firefox引入的。
在mozilla的官网上是这样解释的:
Returns the numeric keyCode of the key pressed, or the character code(charCode) for an alphanumeric key pressed.
扩展阅读: