摘要: requests库是python中比较不错的爬取功能的第三方库 安装: pip install requests 测试安装: 在IDLE中 import requests r = requests.get("http://www.baidu.com") r.status_code # 输出 200 阅读全文
posted @ 2021-06-01 22:58 子觉 阅读(43) 评论(0) 推荐(0) 编辑