async function fetchData() { const res = await axios.get(". ... names-old.json") ]); const data = await Promise.all(res.map(r => r.json())) ...
確定! 回上一頁