const fetch = require('node-fetch')1. 简单使用方法: fetch('https://api.github.com/users/github') .then(res => res.json()) .then(json ...
確定! 回上一頁