this.path = this.addComponent('R.path'); this.path.fillColor = 'none'; this.path.lineWidth = 5; this.path.dashArray = [50, 5];//用了这个属性的效果 this.path.showHandles = true;

没有用dashArray的效果,可以明显的看到 第一个点没有连起来,百思不得其解







谁能给俺解释下







感激不尽。