Shaun's blog
welcome
06
26
21
爬虫基础 爬虫基础
python 爬虫基础从站点获得数据需要使用到 requests 这个库 requests 库下载1pip install requests 使用方法123456789101112import requests# 这个header是我