摘要: @RequestAttribute 它只能使用在方法入参上,从request请求参数中获取对应的属性值。 //路径跳转 @GetMapping("/goto") public String goToPage(HttpServletRequest request){ request.setAttrib 阅读全文
posted @ 2021-03-14 23:02 至安 阅读(503) 评论(0) 推荐(0)