this.connect = new WebSocket(ws://${location.host}/ws);
ws://${location.host}/ws
this.connect.onmessage // 数据处理
this.connect.onclose // 重新连接