摘要:
1 using System; 2 using System.Security.Cryptography; 3 using System.Text; 4 5 namespace Wechat 6 { 7 public static class Security 8 { 9 public static 阅读全文
posted @ 2020-08-20 14:24
春夏秋冬的千山万水
阅读(1016)
评论(0)
推荐(0)
摘要:
1 public static class Tool 2 { 3 /// <summary> 4 /// 获取随机字母 5 /// </summary> 6 /// <param name="length"></param> 7 /// <returns></returns> 8 public st 阅读全文
posted @ 2020-08-20 09:49
春夏秋冬的千山万水
阅读(105)
评论(0)
推荐(0)