//2种方式获取文件ide
NSBundle *bundle = [NSBundlemainBundle];spa
//第一种ci
NSString *path = [[bundle resourcePath] stringByAppendingPathComponent:@"city.plist"];string
//第二种it
NSString *path = [bundle pathForResource:@"city"ofType:@"plist"];class