// 調用 自帶mail瀏覽器
[[UIApplicationsharedApplication] openURL:[NSURLURLWithString:@"mailto://admin@hzlzh.com"]];spa
// 調用 電話phoneorm
[[UIApplication sharedApplication] openURL:[NSURLURLWithString:@"tel://8008808888"]];
rem
// 調用 SMSit
[[UIApplicationsharedApplication] openURL:[NSURL URLWithString:@"sms://800888"]];io
// 調用自帶 瀏覽器 safarisafari
[[UIApplicationsharedApplication] openURL:[NSURLURLWithString:@"http://www.hzlzh.com"]];im
// 調用 Remotemargin
[[UIApplicationsharedApplication] openURL:[NSURL URLWithString:@"remote://fff"]];top
調用phone能夠傳遞號碼,調用SMS只能設定號碼,不能初始化SMS內容。