XPath获取元素某个属性的值
XPath query: clients/attribute::total
XPath获取最后一个元素某个属性的值
XPath query: /clients/client[last()]/attribute::order
XPath获取元素某个属性的值
XPath query: clients/attribute::total
XPath获取最后一个元素某个属性的值
XPath query: /clients/client[last()]/attribute::order
转载于:https://www.cnblogs.com/MasterMonkInTemple/p/3817991.html