摘要:
io.on('connect', onConnect); function onConnect(socket){ // sending to the client socket.emit('hello', 'can you hear me?', 1, 2, 'abc'); // sending to all clients except sender socket.broa... 阅读全文
posted @ 2017-05-22 15:31
yudis
阅读(1110)
评论(0)
推荐(0)