$.ajax json数据到server,报400错误的解决方案

前端之家收集整理的这篇文章主要介绍了$.ajax json数据到server,报400错误的解决方案前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


错误:The request sent by the client was syntactically incorrect ().

原因:可能是提交form表单与Action中期望接收到的不匹配

为bean类添加注解

@JsonIgnoreProperties(ignoreUnknown = true) 
问题解决


参考:Spring MVC : The request sent by the client was syntactically incorrect

原文链接:https://www.f2er.com/ajax/161213.html

猜你在找的Ajax相关文章