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
  • ​​查看图片附件​​