##### parsel 库[^1] - 用于从 HTML、JSON 和 XML 文档中提取数据, 支持[[xpath]], css, [[jmespath]], [[re 库|re]] - [[parsel.示例]] - [[parsel.xpath]] - [[jmespath|parsel.jmespath]] - [[parsel.re]] ```python from parsel import Selector ``` ##### parsel 主要API - [[class parsel.Selector]] 选择器 - [[class parsel.SelectorList]] 选择器列表 [^1]: https://parsel.readthedocs.io/en/master/index.html