Left arrow key has the key code 37, up arrow key has code 38, the right key ... switch (event.keyCode) {. case 37: alert('Left key pressed');. break;. case 38 ...
確定! 回上一頁