REST風格,url不用顯示?參數

第一步:在controller層添加註解 web @RequestMapping("/hello/{id}") public String view(@PathVariable String id, Model model){ return "hello"; } 第二步:jsp頁面用 /hello 訪問app
相關文章
相關標籤/搜索