发布于 4年前
Objective C 将两个NSURL组合在一起
combinedURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@%@",firstUrl,secondUrl]];
combinedURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@%@",firstUrl,secondUrl]];