1 from tqdm import tqdm 2 3 for i in tqdm(range(10000)): 4 """一些操作""" 5 pass 效果: 下面说一下tqdm中的参数: iterable=None,