const ProxyAgent = require('proxy-agent'); const agent = new ProxyAgent(); fetch('https://www.google.com', { agent }).then(res => { ... });.
確定! 回上一頁