前端JS代码:
链接', data:{name:"123",conditions:JSON.stringify(conditons)}, dataType : 'json', success:function(data){
console.log(data);
}, error: function (XMLHttpRequest,textStatus,errorThrown){
alert("error");
}
});
});
重点注意:将对象数组转为JSON形式的字符串:JSON.stringify