问答题

简答题 产生一个int数组,长度为100,并向其中随机插入1-100,并且不能重复。

【参考答案】

int[]intArr=newint[100];
ArrayListmyList=newArrayList()......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)