名为“ctx”的变量是某个HTML5画布对象的上下文。以下代码绘制的是什么() Ctx.arc(x,y,r,0,Math.PI,true);
答:
在给定点绘制一个半圆
Ctx.arc(x,y,r,0,2Math.PI,true);才是绘制一整个圆