例:

path:图片路径

file:二进制流

使用wb方式写数据!

with open(path,'wb') as f:
    f.write(file)

 

相关文章: