ios 读取 plist 文件
NSString *itemPath = [[NSBundle mainBundle] pathForResource:@"MenuItem" ofType:@"plist"]; NSArray *arr = [NSArray arrayWithContentsOfFile:itemPath];
NSString *itemPath = [[NSBundle mainBundle] pathForResource:@"MenuItem" ofType:@"plist"]; NSArray *arr = [NSArray arrayWithContentsOfFile:itemPath];