欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Python网络爬虫

程序员文章站 2022-01-20 23:14:25
...

Python网络爬虫

1.需要的库

1.beautifulsoup4

pip install beautifulsoup4

2.html5lib

pip install html5lib

3.lxml

pip install lxml

4.requests

pip install requests
相关标签: 爬虫