class ProgressBar: bar_string_fmt = '\rProgress: [{}{}] {:.2%} {}/{}' cnt = 0 def __init__(self, total, bar_total=20): # task 的總數self.total = total ...
確定! 回上一頁