XPath中查找“某个节点后面的第一个指定节点”应优先使用following-sibling::tagname[1]轴定位同级后续首个元素;若需跨层级则用following::tagname[1],但...