python爬虫

Posted by Andy on September 4, 2023
1
2
3
4
5
安装beautiful soup插件
pip install bs4

安装requests插件
pip install requests