当输入法打开时,判断input只能输入数字时,input 的onkeydown事件不触发。
Solution:
<input style="ime-mode:Disabled;" onkeydown="函数" />