2018年4月8日
摘要: //计算文件的MD5码 private string getMD5Hash(string pathName) { string strResult = ""; string strHashData = ""; byte[] arrbytHashValue; System.IO.FileStream  阅读全文
posted @ 2018-04-08 14:57 为什么人的眼睛有黑白两色 阅读(275) 评论(0) 推荐(0)