摘要: 需要引入的命名空间 using System.Security;using System.Security.Cryptography; public static string Md5Encrypt(string str) { MD5 md5 = new MD5CryptoServiceProvid 阅读全文
posted @ 2018-01-16 14:53 算盘 阅读(102) 评论(0) 推荐(0)