from multiprocessing import Pool import asyncio import time async def fristwork(): await asyncio.sleep(1) print("fristwork take" ...
確定! 回上一頁