fillStyle = "grey"; context.fillRect(x, y, rW, rH); //將原點位移到畫布正中 context.beginPath(); context.translate(canvas.width / 2, ...
確定! 回上一頁