标签:import pre flush style code 进度 for log logs
1 import sys,time 2 for i in range(50): 3 sys.stdout.write("#") 4 sys.stdout.flush() 5 time.sleep(0.1)
进度条
原文地址:http://www.cnblogs.com/aiaiduo/p/7504881.html