Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 XML 文件,其中包含许多具有特定属性的元素,例如 href。是否有任何 x 查询来获取所有具有 href = "ABC.jpg" 的节点?如果不是最好的方法是什么?
//*[@href = 'ABC.jpg']