import matplotlib.pyplot as plt import requests r = requests.get('https://checkimage.etest.net.cn/65DE0E55A627E56EAA0FA6F8198D2A43.jpg')
如何r.text直接显示图像以及它是什么编码?
r.text
python matplotlib python-requests
matplotlib ×1
python ×1
python-requests ×1