发布时间:2019-08-30 09:29:51编辑:auto阅读(2262)
##注意要安装 pip install websocket-clientfrom websocket import create_connection ws = create_connection("ws://127.0.0.1:9002") ws.send("Hello, World")##发送消息 result = ws.recv()##接收消息 ws.close()
上一篇: python 基础知识汇总(注释规范)
下一篇: 【算法——Python实现】最大堆和最小
51544
51101
41643
38393
32884
29859
28579
23529
23466
21810
1959°
2662°
2214°
2149°
2595°
2180°
2906°
4821°
4662°
3309°