gpt4 book ai didi

ruby - 从 ruby​​ 中的 URL 中提取 anchor

转载 作者:数据小太阳 更新时间:2023-10-29 06:58:48 25 4
gpt4 key购买 nike

我浏览了 documentation of the URI class在 ruby​​ 中,但找不到从实例中提取 anchor (HTML)的方法。例如,在

http://example.com/index.php?q=something#anchor

我想获取 anchor 文本。简单的解决方案是使用正则表达式操作文本,但如果有一些方法,那就更好了。

最佳答案

URI模块提供了一个 fragment属性。例如:

>> uri = URI("http://example.com/index.php?q=something#anchor")
>> uri.fragment
=> "anchor"

关于ruby - 从 ruby​​ 中的 URL 中提取 anchor ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17286832/

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