JS 程式碼如下: const canvas = document.querySelector('#draw'); canvas.width = window.innerWidth; canvas.height = window.innerHeight ...
確定! 回上一頁