const fetch = require('node-fetch'); (async () => { const body = {a: 1}; const response = await fetch('https://httpbin.org/post', { method: 'post', ...
確定! 回上一頁