Example 1: node js fetch const fetch = require('node-fetch'); //npm install node-fetch fetch('https://httpbin.org/post', { method: 'POST', ...
確定! 回上一頁