import aiohttpfrom aiohttp import webpersonal_pool = {}room_pool = {}# 发送消息async def broadcast_msg(user_name,msg,room=""): # 如果不是聊天室, ...
確定! 回上一頁