django-chunks文件 with open(file_save_path, 'wb') as f: for chunk in file_content.chunks(): f.write(chunk) posted on 2018-08-13 11:17 .Tang 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/tangpg/p/9466972.html