首頁 > 問答 > 主體
大家好,碰到一個springmvc的400錯誤,不知道大家有什麼解決方法我的代碼如下 :
瀏覽器請求錯誤:
迷茫2017-04-18 10:58:34
去掉@RequestParam 否則 param is not present
String inputVerCode = request.getParameter("inputVerCode");
這樣取得試試
怪我咯2017-04-18 10:58:34
把Content-Type的值改成x-www-urlencode試試