import requests
IMAGE_URL = 'url'
r = requests.get(IMAGE_URL)
with open('D:/test/img2.png', 'wb') as f:
f.write(r.content)
上一篇

2024-05-08
下一篇

2024-05-08