Python製作一個簡單聊天室 -《狗嗨默示錄》-

client.py # !/usr/bin/env python # -*- coding: utf-8 -*- import socket import threading outString = '' inString = '' def client_send(sock): global outString while True: #監聽輸入
相關文章
相關標籤/搜索