摘要:
1.创建文件 public void CreateFile() { string path = "D:/PS/test/x/properties.txt"; if (!File.Exists(path))//判断文件是否存在 { try {//创建文件 File.Create(path).Close 阅读全文
posted @ 2022-09-25 20:57
浑浑噩噩一只小迷七
阅读(32)
评论(0)
推荐(0)