八、Spring MVC 重定向 (`forward`)

2018-09-12  本文已影响14人  Class鸣
@RequestMapping(path = "/files/{path}", method = RequestMethod.POST)
public String upload(...) {
    // ...
    return "redirect:files/{path}";
}
上一篇下一篇

猜你喜欢

热点阅读