Axios is used to make requests and consume APIs. ... const res = await axios.get(url); const json = await res.data; console.log(json); ...
確定! 回上一頁