下载文件时,ie中文名乱码
更新:HHH   时间:2023-1-7


  response.addHeader("Content-disposition", 
		        "p_w_upload; filename=" + new String(file.getName().getBytes("GBK"), "ISO8859-1"));


返回开发技术教程...