2011-01-06 4 views

답변

7
NSMutableArray *array = [NSMutableArray arrayWithObjects:@"hello", @"hi", @"bye", nil]; 
NSString *output = [array componentsJoinedByString:@";"]; 
: 예를 들어

관련 문제