loop.run_until_complete(main()) __init__ __await__ sleep(3) ok ... import asyncio >>> class AsyncManager: ... async def __aenter__(self): ... await ...
確定! 回上一頁