摘要: NSURL *url = [NSURL URLWithString:@"http://www.baidu.com/search?id=1"];2NSLog(@"scheme:%@", [url scheme]);//协议 http3NSLog(@"host:%@", [url host]);//域名... 阅读全文
posted @ 2014-08-22 11:03 NHW 阅读(92) 评论(0) 推荐(0) 编辑