摘要: 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 学竹 阅读(275) 评论(0) 推荐(0) 编辑
摘要: if (File.Exists(@"E:\exists.txt")) { MessageBox.Show("文件存在"); } else { MessageBox.Show("无此文件"); } 阅读全文
posted @ 2021-01-07 17:06 学竹 阅读(2159) 评论(0) 推荐(0) 编辑