const ctx = wx.createCanvasContext('myCanvas'). // Draw coordinates. ctx.arc(100, 75, 50, 0, 2 * Math.PI). ctx.setFillStyle('#EEEEEE').
確定! 回上一頁