let newLabelNode = cc.instantiate(this.preFabLabel); resultGb.addChild(newLabelNode); this.resultLabelArr.push(newLabelNode.getComponent(‘cc.Label’)); 给node 用this.resultLabelArr[i].node.parent.color =cc.Color.YELLOW; 有时候也会自动刷新 大神看看是什么问题