import requests
IMAGE_URL = 'url'
r = requests.get(IMAGE_URL)
with open('D:/test/img2.png', 'wb') as f:
f.write(r.content)
上一篇
pyinstall使用
2024-05-08
下一篇
python读取excl文件
2024-05-08