摘要: Publicfile publicfile = new Publicfile(); try { string filePath = Path.Combine("C:?", fileName); if (!File.Exists(filePath)) { WriteErrorLog($"File({f 阅读全文
posted @ 2024-12-18 14:41 芈璐 阅读(23) 评论(0) 推荐(0)
摘要: Publicfile publicfile = new Publicfile(); publicfile.FileName = "TESTFILE"; publicfile.Position1 = 100; Type type = typeof(Publicfile); PropertyInfo[] 阅读全文
posted @ 2024-12-18 14:36 芈璐 阅读(17) 评论(0) 推荐(0)