gpt4 book ai didi

dom - 如何在 XPath 中使用 "not"?

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

我想写一些类似的东西:

//a[not contains(@id, 'xx')]

(指所有'id'属性不包含字符串'xx'的链接)

我找不到正确的语法。

最佳答案

not() 是 XPath 中的函数(而不是运算符),因此

//a[not(contains(@id, 'xx'))]

关于dom - 如何在 XPath 中使用 "not"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1550981/

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