django-chunks文件时间:2023-03-09 06:50:14 with open(file_save_path, 'wb') as f: for chunk in file_content.chunks(): f.write(chunk)