我先寫好一段xpath 路徑,然後通過該路徑可以查到對應的元素節點。 通過document.evaluate('...', document).iterateNext() 方法可以用xpath 路徑定位 ...
確定! 回上一頁