摘要: python模块之beautifulsoup —— html文件解析以及提取 beautifulsoup简称bs4,能够帮助我们处理html等超标记文本的标签,提取其中的文字,常用于爬虫领域等。 bs4及相关模块的安装 安装bs4: pip install bs4 -i https://pypi.t 阅读全文
posted @ 2023-01-14 21:01 leethon 阅读(1465) 评论(0) 推荐(0) 编辑