例如: messManager: { [key: string]: cc.Node } = {};添加:this.messManager['测试'] = this.node;删除:delete this.messManager['测试'];