keycode on keydown event

前端 未结 3 1698
我在风中等你
我在风中等你 2020-12-06 18:07

I\'m using keydown event

Where I get the keycode and convert it to charcode.

But I got a problem where in keyboard is press 2 it gives 50

3条回答
  •  攒了一身酷
    2020-12-06 18:40

    just look at these solution similar to your requirement

    and for keycode reference use this

    and keycode is depend on browser check it

提交回复
热议问题