标签: javascript node.js ip
我有一些本地IP。现在我想知道这些IP是否处于活动状态。我该如何使用nodejs。我已经尝试过,但是不知道正确的方法。
const keepAliveAgent = new http.Agent({ keepAlive: true });
如果keepAlive是true,那么我的IP是有效的,对吗?任何帮助将是可观的。预先感谢。
keepAlive
true