描述, Xpath, CSS Path. 直接子元素, //div/a, div > a. 子元素或後代元素, //div//a, div a. 以id定位, //div[@id='idValue']//a, div#idValue a.
確定! 回上一頁