async function fetchData() { const res = await axios.get("./names.json"); console.log(res.data); }. Here we utilize Axios, a promise-based ...
確定! 回上一頁