摘要: 方式一:#region 加密 public static string GetMD5(string myString) { MD5 md5 = new MD5CryptoServiceProvider(); byte[] fromData = System.Text.Encoding.Unicode.GetByte... 阅读全文
posted @ 2018-04-11 20:03 紫晶城 阅读(188) 评论(0) 推荐(0) 编辑