文章詳情頁
javascript - spring mvc + angularjs 400 錯誤
瀏覽:78日期:2023-12-20 16:44:17
問題描述
大家好,碰到一個springmvc的400錯誤,不知道大家有什么解決方法我的代碼如下 :
瀏覽器請求錯誤:
問題解答
回答1:去掉@RequestParam 否則 param is not present
回答2:String inputVerCode = request.getParameter('inputVerCode');
這樣獲取試一試
回答3:把Content-Type的值改成x-www-urlencode試試
標簽:
JavaScript
相關文章:
排行榜
