import asyncio,time import aiohttp async def request(url): timeout = aiohttp.ClientTimeout(total=6) requests_start_time = time.clock() ...
確定! 回上一頁