So XPath //p[has-class("foo", "bar-baz")] is roughly equivalent to CSS p.foo.bar-baz . Please note, that it is slower in most of the cases, because it's a pure- ...
確定! 回上一頁