SpringMVC(一):返回值及參數傳遞

一、返回值 1、返回一個jsp頁面 /** * 返回一個jsp頁面 * @return */ @RequestMapping(value="/returnJsp",method=RequestMethod.GET) public String returnJsp() { return "/testController/returnJsp"; } 訪問:http://local
相關文章
相關標籤/搜索