import aiohttp from aiohttp import web personal_pool = {} room_pool = {} # send messages async def broadcast_msg(user_name,msg,room=""): # If it is not a ...
確定! 回上一頁