c#生成一个某文本中不包含的随机字符串
2021-01-16 00:11
标签:dom 不包含 stat oms sha tostring sharp string ati c#生成一个某文本中不包含的随机字符串 标签:dom 不包含 stat oms sha tostring sharp string ati 原文地址:https://www.cnblogs.com/BluePointLilac/p/12233683.html//生成一个某文本中不包含的随机字符串
private static string GetRandomStr(string allStr) {
int number;
string resStr;
do {
resStr = string.Empty;
Random random = new Random();
for (int i = 0; i
文章标题:c#生成一个某文本中不包含的随机字符串
文章链接:http://soscw.com/index.php/essay/42463.html