标签: node.js reactjs npm
我需要使用节点“ net” 模块检查React app是否可以访问给定的服务器。
但是类似这样的返回空对象:
const net = require('net'); console.log(net);
有人知道是什么原因吗?预先感谢!