摘要: Python爬虫request模块 首先安装:pip install requests 爬取搜狗尝试: # 案例1. 抓取搜狗搜索内容 kw = input("请输⼊你要搜索的内容:") response = requests.get(f"https://www.sogou.com/web?quer 阅读全文
posted @ 2021-04-17 16:35 {hunter}ZY 阅读(79) 评论(0) 推荐(0)