const fetch = require('node-fetch'); (async () => { const response = await fetch('https://api.github.com/users/github'); const json = await ...
確定! 回上一頁