有人知道我能得到这些信息吗?它是否保存在客户端对象内?
io.sockets.on('connection',function(client) { console.log(io.transports[client.id].name); });