引入POM: <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> ...
在通过setHeader设置文件名称时,需要通过URLEncoder.encode设置UTF-8编码 response.setHeader("Content-Disposition", "attachment;filename=" + URLEncode...