網頁按F12 看到console的選項輸入這串就好var event = new KeyboardEvent('keydown', { key: 'g', ctrlKey: true }); setInterval(function(){ for (i ...
確定! 回上一頁