0
点赞
收藏
分享

微信扫一扫

读取存array的plist

看山远兮 2023-02-19 阅读 122

if (self.list == nil) {
NSString *path = [[NSBundle mainBundle] pathForResource:@"computers_a" ofType:@"plist"];
NSMutableArray *array = [[NSMutableArray alloc] initWithContentsOfFile: path];
self.list = array;
[array release];
}

computers_a.plist:


  • ​​

    读取存array的plist_其它

    ​​
  • 大小: 21.5 KB
  • ​​查看图片附件​​


举报

相关推荐

0 条评论