摘要: import os,stat#打开不存在的文件file1 = open("./Anna.txt","w",encoding='utf-8')file1.close()file1 = open("./Anna1.txt","a",encoding='utf-8')file1.close()file1 阅读全文
posted @ 2020-05-17 10:06 Murraya 阅读(207) 评论(0) 推荐(0)