摘要: 在Python中将二进制流保存为文件的三种办法。第一种使用Image包,第二种使用分片写方法,第三种直接全部写。 coding=utf 8 import requests; from PIL import Image; from io import BytesIO; path="http://hdn 阅读全文
posted @ 2017-01-14 11:54 likeshu 阅读(154) 评论(0) 推荐(0) 编辑