請求重定向而且傳遞參數的方式

@RequestMapping("test") public String flash(RedirectAttributes redirectAttributes) { redirectAttributes.addFlashAttribute("param", "6666"); return "redirect:flash2"; } @Re
相關文章
相關標籤/搜索