ServletActionContext.getResponse().setHeader("Content-Disposition", "attachment; filename="+new String(filename.getBytes("gb2312"),"iso-8859-1"));
下载乱码解决方案:struts2
最新推荐文章于 2021-01-30 10:07:58 发布
ServletActionContext.getResponse().setHeader("Content-Disposition", "attachment; filename="+new String(filename.getBytes("gb2312"),"iso-8859-1"));