gpt4 book ai didi

xpath - Crystal XPath库或实现

转载 作者:行者123 更新时间:2023-12-03 16:58:00 25 4
gpt4 key购买 nike

解析HTML文件时可以使用xpath吗?

我正在寻找Ruby Nokogiri等效项,但Crystagiri尚未实现(尚未发行?)。也尝试了myhtmlmodest,但无济于事。

最佳答案

您无需为此使用外部库! Crystal具有内置的XML module,其中具有xpath support

这是一个基本示例:

nodes = XML.parse_html(html_content)
nodes.xpath_nodes(query).each do |node|
# do something
end


其中 html_content是HTML字符串,而 query是xpath查询。

关于xpath - Crystal XPath库或实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46616671/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com