spring mvc 解决文件名中文乱码的问题
仅提供中文版本
需要对文件名称进行转码file.getName().getBytes("utf-8"), "iso-8859-1")加入iso-8859-1的转码
参考链接:1.https://blog.csdn.net/li_ainy/article/details/88077756
2.https://blog.csdn.net/clj198606061111/article/details/20743769?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2&utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.



