gpt4 book ai didi

php - 如何获取href属性的值?

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

在XPath的帮助下,如何在以下情况下获取href属性的值(仅获取正确的url)?:

<a href="http://foo.com">a wrong one</a>
<a href="http://example.com">the right one</a>
<a href="http://boo.com">a wrong one</a>


也就是说,如果链接具有特定文本,则获取href属性的值。

最佳答案

这将选择属性:

"//a[text()='the right one']/@href"

关于php - 如何获取href属性的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4730642/

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