摘要: // 1.设置请求路径 NSURL *url = [NSURL URLWithString:@"http://192.168.1.200:8080/MyServer/login"]; // 2.创建请求对象 NSMutableURLRequest *request = [NSMut... 阅读全文
posted @ 2015-05-20 10:55 silenltymiss 阅读(203) 评论(0) 推荐(0)
摘要: // 1.设置请求路径 NSURL *url = [NSURL URLWithString:@"http://192.168.1.200:8080/MyServer/login"]; // 2.创建请求对象 NSMutableURLRequest *request = [NSMut... 阅读全文
posted @ 2015-05-20 10:54 silenltymiss 阅读(201) 评论(0) 推荐(0)
摘要: 1 - (IBAction)loginMainView:(id)sender 2 { 3 4 NSString *strUrl = @"http://222.187.114.154:8018/ebook/api/login"; 5 // url转码® 6 N... 阅读全文
posted @ 2015-05-20 10:48 silenltymiss 阅读(238) 评论(0) 推荐(0)