import threading import asyncio def callback(args): print(f'callback: {args} ({threading.currentThread()})') async def my_coroutine(loop):
確定! 回上一頁