摘要: import os import os.path import time #简单读取 # f = open('file.txt','r',encoding='utf-8') # # txt = f.read() # # print(txt) # # f.close() # # print(txt) 阅读全文
posted @ 2018-06-26 16:00 不随。 阅读(12) 评论(0) 推荐(0)