ctx.beginPath(); ctx.arc(x,y,5,0,2*Math.PI); ctx.fill(); } //Draw the numbers on the clock ctx.font="20px Arial"; ctx.textAlign="center";
確定! 回上一頁