moveTo实例moveTomoveTo 表示一条路径的起点。 实例var ctx = node.getComponent(cc.Graphics);ctx.moveTo(0,0);ctx.lineTo(300,150);ctx.stroke(); 绘图组件