当前位置: 代码迷 >> J2SE >> Java JDK中问号“?”键和双引号“"”键对应的VK码和常量值分别为多少?该如何解决
  详细解决方案

Java JDK中问号“?”键和双引号“"”键对应的VK码和常量值分别为多少?该如何解决

热度:38   发布时间:2016-04-24 12:14:54.0
Java JDK中问号“?”键和双引号“"”键对应的VK码和常量值分别为多少?
如题....




------解决方案--------------------
" KeyEvent.VK_QUOTEDBL (152)

? 没有对应的VK
引用Not all characters have a keycode associated with them. For example, there is no keycode for the question mark because there is no keyboard for which it appears on the primary layer.
  相关解决方案