Tag: xpathquery

如何在xpath中使用“不”?

我想写一些这样的东西: //a[not contains(@id, 'xx')] (意味着所有'id'属性的链接不包含string'xx') 我无法find正确的语法。