X3

RedSky

导航

2021年3月2日 #

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 阅读(302) 评论(0) 推荐(0) 编辑