因為canvas 沒有可以使用的監視鍵盤事件所以要使用JavaScript 判斷keydown 的事件 ... addEventListener('keydown', function(e){ console.log(e.code) }, false);.
確定! 回上一頁