Skip to main content

parse_with_url

Function parse_with_url 

Source
pub fn parse_with_url(html: &str, base_url: Url) -> ParserResult<ParsedContent>
Expand description

使用指定基础 URL 解析 HTML 文档,支持相对地址解析。