String filename = "这里是你想要默认显示的文件名"; response.addHeader("Content-Disposition","attachment;filename=" + filename);
http协议提供了Content-Disposition: attachment头,告诉浏览器不要用默认的方式打开文件,而是以附件的形式下载到本地。