摘要: int x = 1; while(x<100){ DecimalFormat df = new DecimalFormat("000"); String xs = df.format(x); Sy... 阅读全文
posted @ 2015-09-29 20:07 lipeil 阅读(427) 评论(0) 推荐(0) 编辑
摘要: file = open('face.txt','r')filew = open('face1.txt','w') try: for line in file: print(line) if line.strip() !='': line... 阅读全文
posted @ 2015-09-29 19:59 lipeil 阅读(674) 评论(0) 推荐(0) 编辑