发布网友
共1个回答
热心网友
Map<String,Object> m = new HashMap<String,Object>();
m.put('no',学号);
m.put('student',Student对象);
获取的时候用强制转换。