要么直接覆写,要么concat,而且应该是object格式,为何要转换成string? _self.messages = data.showapi_res_body.pagebean.contentlist // or _self.messages = _self.messages.concat(data.showapi_res_body.pagebean.contentlist)
要么直接覆写,要么concat,而且应该是object格式,为何要转换成string?