Get the Unicode value of the pressed keyboard key: var x = event.keyCode; ... the Unicode key code of the key that triggered the onkeydown or onkeyup event.
確定! 回上一頁