springboot下载文件名变下划线
钢翼
编程
https://blog.csdn.net/weixin_39884074/article/details/111853279
response.addHeader("Content-Disposition", "attachment;fileName=" + new String(fileName.getBytes("utf-8"),"ISO8859-1"));