circle实例circlecircle() 方法创建椭圆。 实例var ctx = node.getComponent(cc.Graphics);ctx.circle(200,200, 200);ctx.stroke(); 绘图组件