public static student getStudent(String sort){student stu=new student();stu.setStuId("未命名");stu.setName("无名");System.out.println("类型"+sort);return stu;}
所以现在问题是在哪里?,,
不知道该怎么配,,,