python直接下载图片到内存

1. 使用requests(推荐)

2. 使用StringIO

3. 使用io.BytesIO

参考链接


python直接下载图片到内存