gpt4 book ai didi

xpath - 排除,包括xPath

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

我试图排除并在现有xpath中包括以下xpath,但不太确定如何做到这一点

//exclude  -> //*[@id="ires"]/ol/li[6]/div/a[1]/img
//include -> //*[@id="ires"]/ol/li[4]/table/tbody/tr[1]/td/h3/a/@href


添加到以下xpath

$nodes = $xpath->evaluate('//*[@id="ires"]/ol/li['.$k.']/h3/a/@href'); 

最佳答案

您可以肯定地使用管道添加结果:

//*[@id="ires"]/ol/li['.$k.']/h3/a/@href | //*[@id="ires"]/ol/li[4]/table/tbody/tr[1]/td/h3/a/@href


我不明白您要排除的内容首先是如何导致结果的。

关于xpath - 排除,包括xPath,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32820202/

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