createElement('canvas'); canvas.width = 200; canvas.height = 200; const ctx = canvas.getContext('2d'); ctx.drawImage(img, 0, 0); ...
確定! 回上一頁