2018年3月18日
摘要: time sys 1 import sys 2 import time 3 4 5 def view_bar(num, total): 6 rate = float(num) / float(total) 7 rate_num = int(rate * 100) 8 r = '\r%d%% |%s' 阅读全文
posted @ 2018-03-18 20:36 Jasongo 阅读(296) 评论(0) 推荐(0) 编辑