connect () { this.ws = new WebSocket(config.serverUri); this.ws.onopen = () => this.onConnectionOpen(); this.ws.onmessage = (event) => this.
確定! 回上一頁