StackOverflow 文件 xpath 教程 位置路徑和軸 穿越祖先 穿越祖先 Created: November-22, 2018 parent 軸僅包含節點的父節點。以下表示式通過繞過 body 元素來選擇 html 元素: /child::html/child::body/parent::html .. 是 parent::node() 的捷徑 ancestor 和 ancestor-or-self 軸遍歷節點的所有祖先。以下表示式返回作為上下文節點的祖先的所有 div 元素: ancestor::div 自我軸遍歷所有後代