python編程練習----多用戶聊天室,通信

基於python3.6實現多用戶通信,簡單聊天室 代碼: 服務器代碼: import socket,select connection_list = [] host = '' port = 8000 def board_cast(sock,message):     for socket in connection_list:         if socket != server_sock an
相關文章
相關標籤/搜索