Use Node's lightweight node-fetch library to make HTTP to REST API ... const fetch = require('node-fetch'); fetch('https://example.com') ...
確定! 回上一頁