-
三国纷争
http协议提供了Content-Disposition: attachment头,告诉浏览器不要用默认的方式打开文件,而是以附件的形式下载到本地。
-
素胚勾勒不出你
String filename = "这里是你想要默认显示的文件名";response.addHeader("Content-Disposition","attachment;filename=" + filename);
-
哔哔one
我已经用下面的方式解决了: var fso = new ActiveXObject("Scripting.FileSystemObject");