springboot下载文件名变下划线

返回
Author Avatar
钢翼
2021-04-16
编程
84

https://blog.csdn.net/weixin_39884074/article/details/111853279

response.addHeader("Content-Disposition", "attachment;fileName=" + new String(fileName.getBytes("utf-8"),"ISO8859-1"));