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