var allSockets={};. io.on(“connection”,function (socket) { var deviceNo=socket.handshake.query.deviceNo; socket.username=deviceNo; console.log(deviceNo +" ...
確定! 回上一頁