摘要: /// /// MD5加密 /// /// /// /// public static string MD5(string str, int code) { ... 阅读全文
posted @ 2014-06-16 11:59 逍遥散人95 阅读(180) 评论(0) 推荐(0) 编辑
摘要: string strName = "大 张 伟"; string str = Regex.Replace(strName, @"\s", ""); Response.Write("输出内容:" + str); 阅读全文
posted @ 2014-06-16 09:23 逍遥散人95 阅读(756) 评论(0) 推荐(0) 编辑