import fetch from 'node-fetch'; async function getUsers() { const response = await fetch('https://reqres.in/api/users'); const data = await ...
確定! 回上一頁