弹来弹去跑马灯!

摘要: C# MD5 32位加密 UTF-8编码 public static string GetMD5(string str) { byte[] b = System.Text.Encoding.Default.GetBytes(str); b = new System.Security.Cryptogr 阅读全文
posted @ 2017-11-05 20:36 wgscd 阅读(8051) 评论(0) 推荐(0)