var doc = new dom().parseFromString(data);. // Parse XML with XPath: var childNodes = xpath.select('//path/to/node', doc); ...
確定! 回上一頁