摘要: 1、传统传参方式 方法参数中使用request,通过request.getParameter("参数名"),再封装到bean中 @RequestMapping("/test01") public ModelAndView test01(HttpServletRequest request){ Str 阅读全文
posted @ 2020-07-30 17:43 ls1519🎈 阅读(203) 评论(0) 推荐(0)