X3

RedSky

导航

03 2021 档案

C#获取文件MD5
摘要:public static string GetFileMD5(string filePath) { using (FileStream fs = new FileStream(filePath, FileMode.Open)) { System.Security.Cryptography.MD5C 阅读全文

posted @ 2021-03-02 09:25 HotSky 阅读(311) 评论(0) 推荐(0)