createCanvas()let ctx = canvas.getContext('2d') ctx.fillStyle = '#fff' ctx.fillRect(0,0,1000,1000) ctx.shadowColor = 'rgba(0,0,0,1)' ctx.
確定! 回上一頁