06 2022 档案
摘要:###server.py # -*- coding: utf-8 -*- # @Time : 2022/6/15 16:24 # @Author : WDJ # @contact : wei7wei@126.com import socket, os import json LOCAL_IP = '
阅读全文
摘要:###1、安装websocket-client pip install websocket-client ###2、websocket服务端 #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @author: wdj @contact:wei7we
阅读全文