随笔分类 -  爬虫

摘要:一、requests库的基本使用 requests是python语言编写的简单易用的HTTP库,使用起来比urllib更加简洁方便。 requests是第三方库,使用前需要通过pip安装。 pip install requests 1.基本用法: import requests #以百度首页为例 r 阅读全文
posted @ 2020-03-03 23:04 komomon 阅读(708) 评论(0) 推荐(0)