gpt4 book ai didi

c# - XPath:逻辑或

转载 作者:太空狗 更新时间:2023-10-29 17:31:22 26 4
gpt4 key购买 nike

请帮助使用 XPATH 中的逻辑 OR 运算符并从这两个请求中选择一个请求:

1) .//span[@class=\'fob12\']

2) .//p[@class=\'fob12\']

它们仅在 标签 上不同。

最佳答案

还有一个(根据要求使用 OR):

".//*[(self::p or self::span) and @class = 'fob12']"

关于c# - XPath:逻辑或,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6864399/

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