4
如何在xpath中使用“ not”?
我想写一些东西: //a[not contains(@id, 'xx')] (表示所有具有“ id”属性的链接均不包含字符串“ xx”) 我找不到正确的语法。
164
dom
xpath
xpathquery