websocket.onclose = function (evnt) { console.log("onclose", evnt); if (evnt.code != 4500) { //4500为服务端在打开多tab时主动关闭返回的 ...
確定! 回上一頁