利用如下方法获取到后台传过来的多条数据AFHTTPRequestOperationManager*manager=[AFHTTPRequestOperationManagermanager];[managerGET:@"http://example.com/resources.json"parameters:nilsuccess:^(AFHTTPRequestOperation*operation,idresponseObject){NSLog(@"JSON:%@",responseObject);}failure:^(AFHTTPRequestOperation*operation,NSError*error){NSLog(@"Error:%@",error);}];1.怎样利用AFNetworking将responseObject缓存起来2.缓存后如何查询?3.如果要删掉某几项数据怎么做?求大神给点democode感谢。。。
慕桂英546537
相关分类