fetch ("https://codetogo.io/api/users.xml") .then(response => response.text()) .then(data => { const parser = new DOMParser(); const xml ...
確定! 回上一頁