1:在tomcat的conf/service.xml中设置 URIEncoding="UTF-8"
2. controller中控制:
//防止出现中文乱码
fileName=new String(fileName.getBytes(),"UTF-8");
springmvc 上传图片中文乱码解决方案
阅读 141
2022-07-12
1:在tomcat的conf/service.xml中设置 URIEncoding="UTF-8"
2. controller中控制:
//防止出现中文乱码
fileName=new String(fileName.getBytes(),"UTF-8");
相关推荐
精彩评论(0)