js 獲取dom生成xpath. ... 解析xpath. 單個解析: let node = document.evaluate(getDomXpath(el), document).iterateNext();. 多個解析: 參考MDN
確定! 回上一頁