当在Node中使用axios时,可以在request config中指定 new http.Agent() 的选项。 http Agent选项是: const agentOptions = { keepAlive: true, // Keep sockets around ...
確定! 回上一頁