This topic created in 5469 days ago, the information mentioned may be changed or developed.
现在我有一个文本数组,我要把每个元素单独保存为一个txt文件并压缩,在网页弹出下载。
有没有实现的可能?
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
ayanamist Jul 28, 2011
直接输出文件,在HTTP头设置application/octet-stream,浏览器会弹提示框下载的。
|