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.
这是造成麻烦的线路。它是后端的 node.js + socket.io,它在 NetBeans 中显示错误。它从服务器发送消息,但句柄出现未定义。
io.sockets.in(socket._chatroom).emit('broadcast_message', {message: message, handle: socket._handle});
有什么建议么?
谢谢 :)
更改您的代码,使其占用多行代码。您将更容易找出. operatornetbeans 正在谈论的内容。
. operator