You can use DOMParser to convert the XML to DOM. const rawFile = new XMLHttpRequest(); rawFile.onreadystatechange = () => { if (rawFile.
確定! 回上一頁