Selector 类 API 参考
Section titled “Selector 类 API 参考”Selector 类是 Scrapling 的核心解析引擎,提供 HTML 解析与元素选择能力。
本页汇总了 Selector 类的参考信息,包括它的全部参数、属性和方法。
你可以直接从 scrapling 导入 Selector 类:
from scrapling.parser import SelectorSelector
Section titled “Selector”::: scrapling.parser.Selector
Section titled “::: scrapling.parser.Selector”handler: python :docstring:
Selectors
Section titled “Selectors”::: scrapling.parser.Selectors
Section titled “::: scrapling.parser.Selectors”handler: python :docstring: