hello cc

随笔分类 -  python-tool

hehe
摘要:1. 还有点bug,得空再改改用途:读取一个文件,每读一行显示一下当前的进度。#!/usr/bin/env pythonimport os,sys,stringimport timedef show_bar(j,sum_): num = j sum = sum_ bar = "#"... 阅读全文

posted @ 2016-01-10 18:39 星际海盗

hello man