我想将几个 NSArray 合并到一个 NSDictionary 中。这是我的数组:
@property (nonatomic, strong) NSArray *EuropeTable;
@property (nonatomic, strong) NSArray *AsiaTable;
@property (nonatomic, strong) NSArray *AfricaTable;
@property (nonatomic, strong) NSArray *LatinAmericaTable;
@property (nonatomic, strong) NSArray *NorthAmericaTable;
关于如何做到这一点的任何想法?
*编辑
我希望每个数组都有相同的键@“country”,这样我以后可以使用这个键