//使用redirect进行跳转
@RequestMapping("/redirect")
public String redirect(){
return "redirect:hello";
}
//使用forward跳转其他action
@RequestMapping("/forward")
public String redirect(){
return "forward:hello";
}
2017-04-12 09:51:09
浏览 6001
//使用redirect进行跳转
@RequestMapping("/redirect")
public String redirect(){
return "redirect:hello";
}
//使用forward跳转其他action
@RequestMapping("/forward")
public String redirect(){
return "forward:hello";
}
随时随地看视频慕课网APP
相关课程
热门评论
-
qq_慕婉清91331532019-05-10 0
查看全部评论不好使啊,能不能交流一下