addEventListener('keydown', function(event){ 2 console.log(`Key: ${event.key} with keycode ${event.keyCode} has been pressed`); 3).
確定! 回上一頁