-
答案 1:
可以的:s = StringIO.StringIO()z = zipfile.ZipFile(s, mode="w", compression=zipfile.ZIP_DEFLATED)z.writestr("readme.txt","hello world")z.close()self.response.headers["Content-Type"] = "application/x-zip"self.response.headers["Content-Disposition"] = "attachment; filename=test.zip"self.response.out.write(s.getvalue())
在GAE输出压缩文件并文件下载的方法(Python)
2012-01-19 20:11:46 来源: 点击:
相关热词搜索:
上一篇:普通公民可以起诉铁道部吗?
下一篇:一场家具展,如何让进去逛的消费者第一眼落在你的产品上?