摘要: 客户端向服务端获取数据实例: # coding: utf-8 import time import socket from struct import * def connect(host, port): # create socket s = socket.socket(socket.AF_INE 阅读全文
posted @ 2022-02-07 10:26 夜未央leo 阅读(69) 评论(0) 推荐(0) 编辑