response.setHeader("Content-Disposition", "attachment;filename=" + new String(filename.getBytes("GBK"),"ISO8859_1"));
servlet 下载文件名字 中文乱码 解决
最新推荐文章于 2025-05-20 11:22:13 发布
response.setHeader("Content-Disposition", "attachment;filename=" + new String(filename.getBytes("GBK"),"ISO8859_1"));