【发布时间】:2018-05-28 05:31:03
【问题描述】:
var old_response = ["a,b,c","x,y,z","e,f,g"]
new_response = ["a,b,c,x,y,z,e,f,g"]
目前我得到的是old_response,而不是我需要的new_response
【问题讨论】:
-
你的
var哪里是new_response?你是如何得到结果的?
标签: javascript json node.js mongodb