最赞回答 / 鲜衣
public void testSort4(){ List<Student> studentList=new ArrayList<Student>(); List<Integer> randomList=new ArrayList<Integer>(); Random random=new Random(); int k; for(int i=0;i<3;i++){ do{ k=random.nextInt(1000); }wh...
2015-06-02