import asyncio import time start_time = time.time() async def ... print('下載完成!',url) pool = Pool(3) pool.map(get_request,url_list) print('總耗時:' ...
確定! 回上一頁