javascript - spring mvc + angularjs 400 错误
迷茫
迷茫 2017-04-18 10:56:34
0
3
412

大家好,碰到一个springmvc的400错误,不知道大家有什么解决方法
我的代码如下 :

浏览器请求错误:

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
迷茫

Remove @RequestParam otherwise param is not present

迷茫
String inputVerCode = request.getParameter("inputVerCode");

Get it like this and give it a try

刘奇

Try changing the value of Content-Type to x-www-urlencode

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!