02 2020 档案
摘要:import socket import threading def handle_client_request(ip_port, new_client): print("客户端的ip和端口号为:", ip_port) # 5.接收客户端的连接请求 # 收发消息都是用返回的这个新的套接字 while
阅读全文
摘要:import multiprocessing import time def one(): for i in range(2): print("one") time.sleep(0.5) def two(): for i in range(2): print("two") time.sleep(0.
阅读全文

浙公网安备 33010602011771号