import fetch from 'node-fetch'; const response = await fetch('https://api.github.com/users/github'); const data = await response.json(); ...
確定! 回上一頁