摘要: 引入:using System.Web.Security;public static string md5(string password, int codeLength){ if (!string.IsNullOrEmpty(password)) { if (codeLe... 阅读全文
posted @ 2015-04-09 16:20 ChineseMoonGod 阅读(148) 评论(0) 推荐(0)