strokeColor实例strokeColorstrokeColor 属性设置或返回用于笔触的颜色。 实例var ctx = node.getComponent(cc.Graphics);ctx.lineWidth = 2;ctx.strokeColor = cc.hexToColor('#0000ff');ctx.rect(20,20,250,200);ctx.stroke(); 返回 绘图组件