async function main() { const posts = await Axios(`${baseURL}/posts`); await Promise.all(posts.data.map( async (post, index) => { let d = await ...
確定! 回上一頁