Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要从 ipad 应用程序启动 safari。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.apple.com"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.google.com"]];