c++循环:不用for的循环
for (it = s.da.begin(); it != s.da.end() ; it++ ) { if (i < s.da.size()) { d.id = it->id; d.student_id = it->student_id; d.student_name = it->student_name; d.stude...