iOS 调用手机浏览器打开网页

NSString *textURL = @"http://www.yoururl.com/"; NSURL *cleanURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@", textURL]]; [[UIApplication sharedApplication] openURL:cleanURL];
相关文章
相关标签/搜索