iOS 數組元素的拼接

 NSArray *arr=[[NSArray alloc] initWithObjects:@"I",@"am",@"good"@"boy",@"very",@"much", nil];
        NSString *str=[arr componentsJoinedByString:@" "];
        NSLog(@"str:%@",str);//str:I am goodboy very much
相關文章
相關標籤/搜索