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