不能loop = asyncio.get_event_loop() 会触发RuntimeError: There is no current event loop in thread. 因为asyncio程序中的每个线程都有自己的事件 ...
確定! 回上一頁