ios openURL:方法

openURL:方法的部分功能有ios

打電話  UIApplication *app = [UIApplicationsharedApplication]; [app openURL:[NSURLURLWithString:@"tel://10086"]];網絡

發短信  [app openURL:[NSURLURLWithString:@"sms://10086"]];app

發郵件  [app openURL:[NSURLURLWithString:@"mailto://12345@qq.com"]];spa

打開一個網頁資源 [app openURL:[NSURLURLWithString:@"http://ios.itcast.cn"]];圖片

打開其餘app程序   openURL方法,能夠打開其餘APP。資源

 URL補充it

URL:統一資源定位符,用來惟一的表示一個資源。io

URL格式:協議頭://主機地址/資源路徑ast

網絡資源:http/ ftp等   表示百度上一張圖片的地址   http://www.baidu.com/images/20140603/abc.png百度

本地資源:file:///users/apple/desktop/abc.png(主機地址省略)

相關文章
相關標籤/搜索