摘要: 模块for line in f: if count == 9: print('----我是分割线----------') count += 1 continue print(line) count +=1 阅读全文
posted @ 2017-06-18 10:50 JC-0527 阅读(125) 评论(0) 推荐(0)