微信就是最大的坑!!!!!

一开始接收到的数据是一段字符串

然后用 
 

var str = res.data;

str = str.replace(/\ufeff/g,"");

去掉多余的部分

转json对象用

JSON.parse(str);

可得到正确的数组结果