架構師之spring MVC----------------如何最快實現跳轉頁面jsp

1.前言。 瀏覽器的請求,通常直接return "aa.jsp"就能夠了。可是js請求,則不必定行。sendredirect也不必定能直接用。好在spring3.0之後有RedirectAttributes,能夠帶參數或者不帶參數跳轉。 2.代碼。 @RequestMapping(value = "/test", method = RequestMethod.GET) public Strin
相關文章
相關標籤/搜索