摘要:
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
阅读(209)
评论(0)
推荐(0)
浙公网安备 33010602011771号