ajax 向后台数组解决;

$.ajax({
traditional: true//这个设置为true,data:{"steps":["qwe","asd","zxc"]}会转换成steps=qwe&steps=asd&...
});
原文地址:https://www.cnblogs.com/mengyuxin/p/5276648.html