Python爬虫常用库总结
日期: 2021-07-05 分类: 个人收藏 1066次阅读
Python爬虫常用库总结:requests、beautifulsoup、selenium、xpath总结
记得安装快速第三方库,Python经常需要安装第三方库,原始的下载速度很慢,使用国内的镜像就很快啦
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple 包名
精华推荐
日期: 2021-07-05 分类: 个人收藏 1066次阅读
Python爬虫常用库总结:requests、beautifulsoup、selenium、xpath总结
记得安装快速第三方库,Python经常需要安装第三方库,原始的下载速度很慢,使用国内的镜像就很快啦
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple 包名
精华推荐