clearRect (0, 0, canvas.width, canvas.height); drawRects(ctx); } function drawRects(ctx) { ctx.fillStyle = "rgb(200, 0, 0)"; ctx.fillRect(10, 10, 55, ...
確定! 回上一頁