JAVA BUG记录

// 修改之后的
// 在下载文件时,文件名加上引号,防止特殊符号导致某些浏览器响应错误 response.setHeader(“Content-Disposition”, “attachment;filename="” + downloadName+”"”); ```