requests库的应用。。

先偷一张图片站的图片保存。。。

import requests

s = requests.get('https://i.5205920.net/i/2021/09/09/cc70746d4473b.jpg')

with open("11.jpg", "wb") as f:
    f.write(s.content)

11.jpg

最后修改:2022 年 09 月 04 日
如果觉得我的文章对你有用,请随意赞赏