12 2014 档案

摘要:1 public static byte[] ReadFile(string fileName) 2 { 3 if (!File.Exists(fileName)) 4 { 5 throw new ... 阅读全文
posted @ 2014-12-26 10:52 冯际成 阅读(431) 评论(0) 推荐(0) 编辑

返回顶部