import time import asyncio import httpx async def req(delay): async with httpx.AsyncClient(timeout=20) as client: resp = await ...
確定! 回上一頁