摘要: 1.完成了查询学生信息 //查询学生信息 static void selectStudent(ArrayList<Student> array) { Scanner scanner=new Scanner(System.in); String id; while(true) { System.out 阅读全文