Arrow keys are only triggered by onkeydown , not onkeypress . The keycodes are: left = 37; up = 38; right = 39; down = 40.
確定! 回上一頁