摘要: #!/usr/bin/python3 # -*- coding: UTF-8 -*- import _thread import socket import time def tcp_server(threadName, delay): s=socket.socket(socket.AF_INET, 阅读全文
posted @ 2023-11-23 23:31 ho966 阅读(3) 评论(0) 推荐(0) 编辑