摘要: 一共两个客户端,服务端为每个客户端开启两个线程(比较浪费) 服务端代码 from socket import * from threading import Thread from queue import Queue from time import ctime HOST = "" PORT = 阅读全文
posted @ 2020-09-17 21:20 fruhling 阅读(295) 评论(0) 推荐(0)