descendant
-
XPath的descendant-or-self轴包含自身吗?(包含.XPath.descendant...)
descendant-or-self轴选取当前节点及其所有后代节点,如<bookstore>下使用descendant-or-self::*可选中自...
wufei123 发布于 2025-08-29 阅读(4)
descendant-or-self轴选取当前节点及其所有后代节点,如<bookstore>下使用descendant-or-self::*可选中自...