canvas fillStyle. fillStyle 設置和css 相同. ctx.fillStyle = "black" ; 這種的設置方式沒有alpha 通道。 ctx.fillStyle = "rgba(255,0,0,1)" 這種 ...
確定! 回上一頁