摘要: 官方文档: https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/ 入门 from bs4 import BeautifulSoup """ 1. 基于请求返回得html文件也可以给BeautifulSoup 解析 resp = requests.get 阅读全文
posted @ 2022-01-27 13:29 chuangzhou 阅读(306) 评论(0) 推荐(0) 编辑