随机数
Random r = new Random();
int random_index = r.Next(0, 100);//包前不包后

首页 我的博客
粤ICP备17103704号