摘要: 实现代码如下: #websocket协议通信 import threading import time import websocket def when_message(ws, message): print('/n接收到的消息:' + message) # 当建立连接后,死循环不断输入消息发送给 阅读全文
posted @ 2019-12-08 13:49 badbadboy 阅读(2286) 评论(0) 推荐(0) 编辑