progressbar 安裝:. pip install progressbar ... time.sleep(0.01) progress = ProgressBar() for i in progress(range(1000)): dosomework().
確定! 回上一頁