84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
SpringMVC使用@RequestBody注解接收jsonArray 页面报415错误 怎么解决
人生最曼妙的风景,竟是内心的淡定与从容!
http://stackoverflow.com/ques...不知道可以不可以。
代码配置贴出来看看,ajax调用部分,和spring 注解和xml
415 请求接收不匹配, 查看前端请求方法和content type
如果你前端用的jqurey的话,默认请求数据不是以json格式发送的,你需要在$.ajax对象中添加contentType: "application/json; charset=utf-8",
contentType: "application/json; charset=utf-8",
http://stackoverflow.com/ques...
不知道可以不可以。
代码配置贴出来看看,ajax调用部分,和spring 注解和xml
415 请求接收不匹配, 查看前端请求方法和content type
如果你前端用的jqurey的话,默认请求数据不是以json格式发送的,你需要在$.ajax对象中添加
contentType: "application/json; charset=utf-8",