2017年8月10日

摘要: def jindu(per,width=50): if per>100: per=100 showstr=('[%%-%ds]' % width) % (int(per/100*width) * '#') print('\r%s %d%%' %(showstr,per), end='', flush=True)totalsize=102500recive=0whi... 阅读全文
posted @ 2017-08-10 16:13 佬枫紫 阅读(174) 评论(0) 推荐(0)

导航