标签:des jin ati with pytho content sse 爬取 static
代码:
import requests
response = requests.get(‘https://s1.hdslb.com/bfs/static/jinkela/video/asserts/33.png‘)
with open(‘C:\\Users\\lingu\\Desktop\\1.png‘, ‘wb‘) as f:
f.write(response.content)
f.close()
前提是先用pip install requests命令安装requests库
标签:des jin ati with pytho content sse 爬取 static
原文地址:https://www.cnblogs.com/linguosen/p/10849565.html