示例:
response.setContentType("application/octet-stream"); response.setHeader("content-disposition", "attachement;filename=" + new String(fileInfo.getFileName().getBytes("utf-8"), "ISO-8859-1"));
原文:https://www.cnblogs.com/arebirth/p/javauploadchinesenoview.html