public Map<String,Student> students; public MapTest(){ this.students = new HashMap<String,Student>(); }
声明public后 可以在其他程序中调用该程序