你的函数 run 没有明确地返回任何东西,所以它隐含地返回 None 。添加返回语句,你会得到一个结果 async def worker(session): async with session.get(URL) as ...
確定! 回上一頁