使用fetch 之前先加载: const fetch = require('node-fetch') 复制代码. 简单使用方法: fetch('https://api.github.com/users/github') .then(res => res.json()) ...
確定! 回上一頁