NSString *plistPath = [[NSBundle mainBundle] pathForResource:@"city" ofType:@"plist"];

          self.cityArr = [[NSMutableArray alloc] initWithContentsOfFile:plistPath];

相关文章:

  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2022-01-15
猜你喜欢
  • 2022-01-09
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案