http://blog.csdn.net/ba_jie/article/details/6884818
原文地址:http://iphonedevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.htmlhtml
定义结束,就可使用下面的模式来发送一个URL:浏览器
myapp://
myapp://some/path/here
myapp://?foo=1&bar=2
myapp://some/path/here?foo=1&bar=2app
而后直接iphone
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"myapp://item.taobao.com/item.htm?id=%@", itemId]];ide
[[UIApplication sharedApplication] openURL:urlurl
获取在浏览器中输入:.net
myapp://textorm