@RequestParam和不用的區別以及和 @PathVariable 的區別,簡單易懂

@RequestParam(將請求參數綁定到方法參數)    1:簡單地說,不用的話,前臺jsp頁面的參數名稱必須和此處方法的形參名字同樣: 好比:前臺是userId  @RequestMapping("/test2")     public String test2(int userId, int age, Date date, User user) { . .. }   2:用@Request
相關文章
相關標籤/搜索