当在客户端和服务器之间建立了连接,就会从Web Socket实例触发 open 事件。 ... var socket = new WebSocket(wsUri); socket.onclose = function(event) ...
確定! 回上一頁