NSMutableDictionary

//NSMutableDictionary #import “Student.h” #pragma mark use of NSMutableDictionary void dictUse(){ Student *stu1=[Student studentWithName:@”stu1”]; Student *stu2=[Student studentWithName:@”stu2”]; //cr
相关文章
相关标签/搜索