NSString *textURL = @"http://www.yoururl.com/";
NSURL *cleanURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@", textURL]];
[[UIApplication sharedApplication] openURL:cleanURL];
NSString *textURL = @"http://www.yoururl.com/";
NSURL *cleanURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@", textURL]];
[[UIApplication sharedApplication] openURL:cleanURL];
1073
3604

被折叠的 条评论
为什么被折叠?