$.ajax json数据到server,报400错误的解决方案
发布时间:2020-12-16 03:27:57 所属栏目:百科 来源:网络整理
导读:错误:The request sent by the client was syntactically incorrect (). 原因:可能是提交form表单与Action中期望接收到的不匹配 为bean类添加注解 @JsonIgnoreProperties ( ignoreUnknown = true ) 问题解决 参考:Spring MVC : The request sent by the c
错误: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 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |