摘要: socketServer 客户端 import socket client = socket.socket() client.connect(('localhost', 9999)) while True: msg = input('>>>>:').strip() if len(msg) == 0: 阅读全文
posted @ 2021-06-17 22:23 邹邹很busy。 阅读(126) 评论(0) 推荐(0)