strokeStyle = "#fff"; ctx.lineWidth = 3; ctx.rotate(Math.PI / 6); ctx.moveTo(140, 0); ctx.lineTo(120, 0); ctx.stroke(); } ctx.restore(); // 分鐘 ...
確定! 回上一頁