const x = axios('https://randomuser.me/api/') x.then((response) => console.log(x)) //Promise ... 但實作上比較少見這樣簡寫,通常都是 axios.get(.
確定! 回上一頁