NSArray * allKeys = [mutableDictionary allKeys];
NSLog(@"Count : %d", [allKeys count]);
得到 NSDictionary count (个数)
最新推荐文章于 2023-02-22 14:29:53 发布
NSArray * allKeys = [mutableDictionary allKeys];
NSLog(@"Count : %d", [allKeys count]);