摘要: 1. 多线程tcp server & client 1.1 tcp服务端(多线程) 1 from socket import * 2 from threading import Thread 3 4 def client(socket_client, msg_addr): 5 print(">>>有 阅读全文
posted @ 2018-04-27 20:14 Praywu 阅读(2403) 评论(0) 推荐(0)