摘要: /// /// 获取MD5得值,转换成BASE64 /// /// /// public static string MD564(string Sourcein) { System.Security.Cryptography.MD5CryptoServiceProvider MD5CSP = new System.Security.Cryptography.MD5CryptoServ... 阅读全文
posted @ 2017-03-28 17:13 活在云里雾里梦里 阅读(789) 评论(0) 推荐(0)