NSURL *url = [NSURL URLWithString:@”http://www.baidu.com"];
[[UIApplication sharedApplication] openURL:url];
ios打开其它常见文件
原文:http://www.cnblogs.com/PJHome/p/5157327.html