下面是巢狀TQM欄的示例 import time import tqdm for i in tqdm.tqdm(range(3)): for j in tqdm.tqdm(range(5)): print(i," : ", j)
確定! 回上一頁