摘要: 前端代码 import wx import socket import threading import random from wx import TE_MULTILINE class chatFrame(wx.Frame): def __init__(self,nickname): super( 阅读全文
posted @ 2025-12-19 11:53 xdhking 阅读(8) 评论(0) 推荐(0)