极四维博客
5 年前 (2021-03-17)
#设置Tag是个好习惯 很简单,将文件名程进行编码处理即可 String fileName = new String("人员统计.xlsx".getBytes("utf-8"), "ISO-8859-1"); response.setHeader("Content-Disposition", "attachment...
0 707