摘要: 1 文件上传 1.1 jsp post提交 file文件域 enctype=mutipart/form-data <form action="<c:url value='/test01/upload.action'/>" method="post" enctype="multipart/form-d 阅读全文
posted @ 2021-11-11 22:18 RenVei 阅读(105) 评论(0) 推荐(0)
摘要: 1 action方法返回值类型 @Controller @RequestMapping("/test") public class Test { /** * action返回值类型 1: ModelAndView * 设置request域属性+跳转资源的路径 **/ @RequestMapping( 阅读全文
posted @ 2021-11-11 22:09 RenVei 阅读(67) 评论(0) 推荐(0)