Any of these XPath expressions will select the first a element: (//a)[1] selects first a in the whole document. (/div/ul/li/figure/a)[1] selects first a ...
確定! 回上一頁