const ids = await (await fetch('https://hacker-news.firebaseio.com/v0/topstories.json')).json(). const data = Promise.all(. ids.map(async (i) => await ...
確定! 回上一頁