您的位置:首页 > 博客中心 > 互联网 >

爬虫---解析

时间:2022-05-05 01:28

1.beautifulsoup

https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/

pip install beautifulsoup4

1.1 解析库

建议lxml

技术分享图片

1.2 解析

四个对象:

# 四种对象:Tag , NavigableString , BeautifulSoup , Comment .

 tag对象的:string。gettext()。content。

遍历tag对象

head_tag.descendants:子孙节点
title_tag.children:子节点

寻找tag对象

soup.find_all(re.compile("t")):
soup.find_all(["a", "b"])

2.xpath

3.pyquery

4.正则表达式

 

热门排行

今日推荐

热门手游