nodename, 選取nodename節點的所有子節點, xpath('//div'), 選取了div節點的 ... descendant::*'), 返回當前節點的所有後代節點(子節點、孫節點).
確定! 回上一頁