把asyncio.run(main())改为asyncio.get_event_loop().run_until_complete(main())。一个例子:import aiohttpimport loggingimport timeimport ...
確定! 回上一頁