2019年10月17日
摘要: 客户端: let ws = new WebSocket("ws://localhost:8181"); ws.onopen = function() { console.log("client:打开连接"); ws.send("client:hello,服务端"); }; ws.onmessage  阅读全文
posted @ 2019-10-17 09:03 Web引领者 阅读(204) 评论(0) 推荐(0) 编辑