fillStyle 跟 strokeStyle 在苹果手机上不支持?
ctx.strokeStyle = color;
// ctx.fillStyle = "rgba(0, 0, 0, 0.32)";
fillStyle 跟 strokeStyle 在苹果手机上不支持?不是已经推荐 2d 写法了吗?用不了啊,还不是要使用 wx.createCanvasContext(‘canvas’)
<canvas id="myCanvas" type="2d"></canvas>