------------恢复内容开始------------
map函数可以对后端接口返回一个数组
map存在一个参数时:
map存在三个参数时:
语法:
array.map(function(currentValue,index,arr), thisValue)
例子:参考网络
map也可以省略return