forEach(circle => { ctx.beginPath(); ctx.arc(circle.x, circle.y, circle.radius, 0, 2 * Math.PI, false); ctx.fillStyle = circle.color ...
確定! 回上一頁