跳到内容
首页
学编程
学软件
学电脑
服务器
搜索
标签:
python中客户端通信
python中客户端通信的实现流程
实现流程 1、创建一套接字。 2、用connect()函数连接到服务器。 3、使用sendall()向服务器发 […]