c#生成一个某文本中不包含的随机字符串

2021-01-16 00:11

阅读:600

标签:dom   不包含   stat   oms   sha   tostring   sharp   string   ati   

//生成一个某文本中不包含的随机字符串
        private static string GetRandomStr(string allStr) {
            int number;
            string resStr;
            do {
                resStr = string.Empty;
                Random random = new Random();

                for (int i = 0; i 

  

c#生成一个某文本中不包含的随机字符串

标签:dom   不包含   stat   oms   sha   tostring   sharp   string   ati   

原文地址:https://www.cnblogs.com/BluePointLilac/p/12233683.html


评论


亲,登录后才可以留言!