C# 生成1100的随机数

Random r = new Random();
int num = r.NextInteger(1,101);

原文地址:https://www.cnblogs.com/grj001/p/12225145.html