摘要: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.3.6.RELEASE</version> </dependency> <dependency> < 阅读全文
posted @ 2022-08-18 22:52 何足道66 阅读(73) 评论(0) 推荐(0)
摘要: 1、设置 ContentType response.setContentType("application/x-download"); 2、设置文件名,并指定编码格式 fileName = URLEncoder.encode("浏览器要显示的文件名", "UTF-8"); response.setC 阅读全文
posted @ 2022-08-18 00:05 何足道66 阅读(15486) 评论(0) 推荐(0)