Fork me on GitHub
摘要: BeautifulSoup基本用法 BeautifulSoup是Python的一个HTML或XML的解析库,可以用它来方便地从网页提取数据(以下为崔庆才的爬虫书的学习笔记) 一. 安装方式 #安装beautifulsoup4 pip install beautifulsoup4 #安装lxml pi 阅读全文
posted @ 2022-08-31 18:31 橘子偏爱橙子 阅读(468) 评论(0) 推荐(0)