【轉】springmvc怎麼重定向,從一個controller跳到另一個controller

      第一種情況,不帶參數跳轉: 方法一:使用ModelAndView      return new ModelAndView("redirect:/toList");       這樣可以重定向到toList這個方法 方法二:在return後直接,redirect 加上要跳轉的地址,即可以從第一個controller跳到第二個controller,如下圖代碼中方法一 方法三:見藍色框,只
相關文章
相關標籤/搜索