猪猪
- 发布:2014-09-28 10:49
- 更新:2017-01-11 12:01
- 阅读:3609
decodeURI(filename)
-
回复 老向:你好 plus.downloader.createDownload( wgtUrl, {filename:"_doc//filedownload/"}, function(d,status){}) 你好 我后台这么写的 wgtUrl直接是一个路径 不是接口
2017-02-20 09:58
1***@qq.com
你好我已经设置了 utf-8下载下来的文件名仍然是乱码的: response.addHeader("Content-Disposition", "attachment; filename=\"" +URLEncoder.encode(fileName,"utf-8")+ "\"");
response.setHeader("contentType", "text/html; charset=utf-8");
response.setCharacterEncoding("UTF-8");
这样写不对吗?
2018-03-28 17:18