摘要: int[] intArr=new int[100]; ArrayList myList=new ArrayList(); Random rnd=new Random(); while(myList.Count<100) { int num=rnd.Next(1,101); if(!myList.Co 阅读全文
posted @ 2019-04-02 17:24 长白山 阅读(384) 评论(0) 推荐(0)