摘要: # coding = utf-8def clearBlankLine(): file1 = open('text1.txt', 'r', encoding='utf-8') # 要去掉空行的文件 file2 = open('text2.txt', 'w', encoding='utf-8') # 生 阅读全文
posted @ 2019-09-10 08:44 上官封岚 阅读(14377) 评论(1) 推荐(1)