摘要:
使用socket模块实现简单群聊 1 import socket,threading,time,logging 2 3 logging.basicConfig(level=logging.INFO,format="%(message)s") 4 5 class Server: 6 7 def __i 阅读全文
posted @ 2019-06-18 00:55
会飞的猪~~
阅读(270)
评论(0)
推荐(0)