摘要: import os import os.path # 获取文件内容 def get_file(): file_path = 'C:/Users/win10/Desktop/user.txt' file_name = open(file_path, "r+") i = int(0) lists = [] # 保存替换过的 for line in... 阅读全文
posted @ 2017-09-09 17:44 lengejson 阅读(144) 评论(0) 推荐(0)
摘要: 嗨,大家好啊 阅读全文
posted @ 2017-09-08 14:00 lengejson 阅读(92) 评论(0) 推荐(0)