网上加载数据: "error_info" = "Out rate limit";

Ministarler 2013-12-07 10:44:51
- (void)jsonDataParse  //ok
{
NSError *error;

// _resultDic = [NSJSONSerialization JSONObjectWithData:_resultData options:NSJSONWritingPrettyPrinted error:&error];
self.resultDic = [NSJSONSerialization JSONObjectWithData:self.resultData options:NSJSONWritingPrettyPrinted error:&error];

NSLog(@"DIc:------------count :%@",_resultDic);
if (error != nil) {
NSLog(@"JSON解析发生了错误:%@",error);
}

//解析Dic数据,从中得到 视频的 results 信息 //还可以得到 page 信息

_resultArray = [_resultDic objectForKey:@"results"];



[self.tableView reloadData];


}


跪求高人
...全文
129 1 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
Ministarler 2013-12-07
  • 打赏
  • 举报
回复
2013-12-07 10:42:43.486 tableViewCell添加ScrollView 实现动态滑动[937:a0b] DIc:------------count :{ "error_code" = 33751044; "error_info" = "Out rate limit"; }

29,048

社区成员

发帖
与我相关
我的任务
社区描述
主要讨论与iOS相关的软件和技术
社区管理员
  • iOS
  • 大熊猫侯佩
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧