04 2015 档案

摘要:1.AppDelegate.m 1 #import "AppDelegate.h" 2 #import "ViewController.h" 3 @interface AppDelegate () 4 5 @end 6 7 @implementation AppDelegate 8 9 10 ... 阅读全文
posted @ 2015-04-07 12:34 nycode 阅读(311) 评论(0) 推荐(0)
摘要:1 NSURL *url = [NSURL URLWithString:@"http://nycode.sinaapp.com/d.php"];2 NSError *error = nil;3 4 NSURLRequest *request = [NSURLRequest r... 阅读全文
posted @ 2015-04-06 18:35 nycode 阅读(641) 评论(0) 推荐(0)