To be or not to be.That is a question!

---源于莎士比亚的《哈姆雷特》

导航

2013年11月7日 #

Asynchronously with NSURLConnection

摘要: NSString *urlAsString=@"http://www.apple.com"; NSURL *url=[NSURL URLWithString:urlAsString]; NSURLRequest *urlRequest=[NSURLRequest requestWithURL:url]; NSOperationQueue *queue=[[NSOperationQueue alloc]init]; [NSURLConnection sendAsynchronousRequest:urlRequest queue:queue complet... 阅读全文

posted @ 2013-11-07 23:02 Ijavascript 阅读(170) 评论(0) 推荐(0) 编辑