componentsjoinedbystring专题

iOS: NSArray的方法componentsJoinedByString:

- (NSString *)componentsJoinedByString:(NSString *)separator NSArray *pathArray = [NSArray arrayWithObjects:@"here", @"be", @"dragons", nil]; NSLog(@"%@",[pathArray componentsJoinedBySt