首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Plist资料载入

2012-09-19 
Plist文件载入NSBundle *bundle [NSBundle mainBundle]NSString *plistPath [bundle pathForResource

Plist文件载入

NSBundle *bundle = [NSBundle mainBundle];
NSString *plistPath = [bundle pathForResource:@"File Name" ofType:@"plist"];
NSDictionary *dictionary = [[NSDictionary alloc] initWithContentsOfFile:plistPath];

热点排行