会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
热爱生活,热爱程序!
--博观而约取,厚积而薄发。
博客园
首页
新随笔
联系
管理
订阅
2017年3月20日
C# 一个长度为100的int数组,插入1-100的随机数,不能重复,如何写
摘要: int[] intArr = new int[100]; ArrayList myList = new ArrayList(); Random rnd = new Random(); while (myList.Count < 100) { int num = rnd.Next(1, 101); i
阅读全文
posted @ 2017-03-20 12:04 帕丁顿熊
阅读(2936)
评论(0)
推荐(0)
编辑
公告