Commit c82602ac by 李宁

1

1 parent 475562ad
...@@ -37,5 +37,5 @@ ws.onerror = function(event) { ...@@ -37,5 +37,5 @@ ws.onerror = function(event) {
ws.onclose = function(event) { ws.onclose = function(event) {
console.log(event) console.log(event)
console.log('连接已关闭'); // 显示连接关闭信息 console.log('连接已关闭');
}; };
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!