摘要: 一、requests模块基本使用 1.1 get请求爬取静态页面数据 import requests #1.爬取搜狗页面 #涉及到的知识点:参数动态化,UA伪装,乱码的处理 word = input('enter a key word:') url = 'https://www.sogou.com/ 阅读全文
posted @ 2022-03-02 22:18 彬彬l 阅读(206) 评论(0) 推荐(0)