from aiohttp import web routes = web.RouteTableDef() @routes.post('/test') async def test(request): try: print('JSON:', ...
確定! 回上一頁