[Objective-C] objective c数组使用范例 →→→→→进入此内容的聊天室

来自 , 2020-06-29, 写在 Objective-C, 查看 96 次.
URL http://www.code666.cn/view/2be8328f
  1. [selectedLevels replaceObjectAtIndex:0 withObject:3];
  2. NSLog(@"Count: %i, %@", 0, [selectedLevels objectAtIndex:0]);
  3.  
  4. NSMutableArray *TempShortArray = [[NSMutableArray alloc] init];
  5. NSLog(@"Count: %i, %@", i, [xTempArray objectAtIndex:i]);
  6. NSLog(@"Count: %i", [xTempArray count]);
  7. gameData[0].stars = 2;
  8.  
  9. ScoreAndLevelData = [[NSMutableArray alloc] initWithCapacity:10];
  10. [ScoreAndLevelData addObject:TempShortArray];
  11. //objectc/5241

回复 "objective c数组使用范例"

这儿你可以回复上面这条便签

captcha