from aiohttp import web routes = web.RouteTableDef() ws = None @routes.get("/ws") async def websocket(request): global ws ws ...
確定! 回上一頁