首页 新闻 会员 周边
3
回答数

待解决问题 20 网络编程之多人聊天室的bug需修改

server文件: import socket import threading class Server: def init(self, host, port): self.host = host