spring mvc 下载的时候中文文件名不显示

    Headers.add("Content-Disposition", "attachment;filename=" + new String(file.getBytes("utf-8"),"iso-8859-1"));

  

即可。

posted @ 2017-04-14 17:35  迷人的智慧  阅读(1962)  评论(0编辑  收藏  举报