将后端返回的带有key和value的数据拼接成数组形式 把后端返回的id:1 name:李玲 的key和value放到数组中?放后的格式option【{id:1,name:李玲}】 var temp_arr = [] temp_arr.push({id:1,name:"李玲"})