摘要: python网络编程之TCP ​ TCP中服务器端server_socket = socket(AF_INET,SOCK_STREAM) ​ 客户端:client.py from socket import * from threading import Thread from tcp.client 阅读全文
posted @ 2021-09-08 20:44 计院阮小杰 阅读(66) 评论(0) 推荐(0) 编辑
摘要: python网络编程之TCP ​ TCP中服务器端server_socket = socket(AF_INET,SOCK_STREAM) ​ 客户端:client.py from socket import * from threading import Thread from tcp.client 阅读全文
posted @ 2021-09-08 20:43 计院阮小杰 阅读(137) 评论(0) 推荐(0) 编辑