摘要:
NSBundle *bundle = [NSBundle mainBundle]; NSURL *plistURL = [bundle URLForResource:@"provinceCities" withExtension:@"plist"]; NSLog(@"%@", plistURL); self.dictionary = [NSDictionary dictionaryWithContentsOfURL:plistURL]; NSArray *components = [dictionary allKeys]; NSArr 阅读全文