爬虫知识整理3(beautifulsoup库)

beahuifulsoup为第三方库,使用时需提前下载

导入

from bs4 import Beautifulsoup

创建对象

soup = BeautifulSoup(content, "lxml")

lxml为一个工具,可以加快创建对象的速度

beautifulsoup的相关函数

爬虫知识整理3(beautifulsoup库)
![请添加图片描述](https://www.icode9.com/i/ll/?i=edd133b598fd488f993e14f81bbe7ffa.png?,type_ZHJvaWRzYW5zZmFsbGJhY2s,shadow_50,text_Q1NETiBAc3RyYXnjgILjgII=,size_20,color_FFFFFF,t_70,g_se,x_1爬虫知识整理3(beautifulsoup库)获取结点内容

爬虫知识整理3(beautifulsoup库)

上一篇:xhs sessionid searchid|算法还原


下一篇:Python爬虫--BeautifulSoup解析器