摘要: 1.python中如何把一段文字中的空格替换成换行符 def delblankline(infile, outfile): infopen = open(infile, 'r', encoding="utf-8") outfopen = open(outfile, 'w', encoding="ut 阅读全文
posted @ 2020-12-03 18:18 learn_py_test 阅读(1710) 评论(0) 推荐(0)