AFNetworking 如何POST一个JSON数据到服务器(2)
来源:未知 责任编辑:责任编辑 发表时间:2014-04-20 03:36 点击:次
NSString *responseStr = [[NSString alloc] initWithData:responseObject encoding:NSUTF8StringEncoding];
NSLog(@"Request Successful, response '%@'", responseStr);
[responseStr release];
} failure:^(AFHTTPRequestOperation *operation, NSError *error) {
NSLog(@"[HTTPClient Error]: %@", error);
相关新闻>>
- 发表评论
-
- 最新评论 更多>>