Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var WebSocketServer = require('websocket').server;
我在一些 NodeJS 代码中遇到过这种情况,我不相信我以前从未在这样的语句中看到过带点的要求。点可能只是加载 websocket 模块的一部分,还是有其他含义?
提前致谢...
从您导出的对象module.exports中取出键引用的对象server。
module.exports
server
如果您查看代码,您会发现它需要此模块