C#随机数

var ran = new Random();

ran.Next(99);   //随机数值

posted on 2020-07-08 11:41  AbelAngelo  阅读(146)  评论(0)    收藏  举报

导航