公告
财富商城
积分规则
提问
发文
2019-03-22 18:46发布
成全新的幸福
What is the XPath expression for selecting all elements with attribute A?
const char* xpath = "//\*/\*[@A]"
This XPath selects all elements that have an A attribute:
//*[@A]
最多设置5个标签!
This XPath selects all elements that have an A attribute: