lineDashOffset. 已复制. ctx.arc(100, 75, 50, 0, 6.28);; ctx.setLineDash([10,20]);; ctx.lineDashOffset = 10.0;; ctx.stroke(); ...
確定! 回上一頁