fromdata传参的时候用qs转化数组 qs.stringify()转化之后不符合预期 解决方法 把上图转换成下图的格式 在转化的地方加上 **Qs.stringify(params, {arrayFormat: ‘indices’, allowDots: true})**就好了