var ctx = canvas.getContext( "2d" );. ctx.beginPath();. ctx.arc( 250, 250, 200, 0, Math.PI*2, false );. ctx.lineWidth = 5;. ctx.strokeStyle = "#339933" ;.
確定! 回上一頁