I parse it with xmldom v0.8.0 like this: const dom = new DOMParser().parseFromString(sampleHtml, 'text/html') . Then, I pre-parse an XPath expression with ...
確定! 回上一頁