Skip to main content

extract_links_by_xpath

Function extract_links_by_xpath 

Source
pub fn extract_links_by_xpath(
    html_content: &str,
    selector: &str,
) -> Result<Vec<String>>
Expand description

使用 XPath 表达式提取链接。