随机数生成

生成100-900的随机数(取得到100,但取不到900)

Random ran=new Random(); int RandKey=ran.Next(100,999);

原文地址:https://www.cnblogs.com/NIT-yale/p/13836603.html