socket是否连接到服务器。
const socket= io('http://localhost'); socket.on('connect',()=>{ console.log(socket.connected) //true })