2011-01-06 46 views

回答

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