课程知识点:
随机数类型 Random r = new Random(); Console.WriteLine(r.Next(0,100));
随机数类型
Random r = new Random(); Console.WriteLine(r.Next(0,100));