摘要: flask打包下载zip文件 @app.route('/download_all') def download_all(): zipf = zipfile.ZipFile('Name.zip','w', zipfile.ZIP_DEFLATED) root_path = app.root_path 阅读全文
posted @ 2020-03-15 22:41 一只小小的寄居蟹 阅读(2888) 评论(0) 推荐(0)