01 2021 档案

摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-01-07 17:08 学竹 阅读(320) 评论(0) 推荐(0)
摘要:if (File.Exists(@"E:\exists.txt")) { MessageBox.Show("文件存在"); } else { MessageBox.Show("无此文件"); } 阅读全文
posted @ 2021-01-07 17:06 学竹 阅读(2177) 评论(0) 推荐(0)