pool = Pool()pbar = tqdm(total=len(aids))def update(*a): pbar.update()pool.map_async(datafunc, aids, callback=update).
確定! 回上一頁