📜  xml http 请求获取 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:08.953000             🧑  作者: Mango

代码示例1
fetch('my/url/').then(respone()=>{
        console.log(response);
}