我尝试从 url 获取 json 数据,但我得到 ERROR 这是我的代码;
self.NsData=[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://doctorapp.5plus.co.il/categories.php"]];
id jsonCategories=[NSJSONSerialization JSONObjectWithData:NsData options:NSJSONReadingMutableContainers error:nil];
self.categoriesArray=[jsonCategories allKeys];
NSLog(@"%@",[self.categoriesArray objectAtIndex:0]);
这是我的错误:
[__NSArrayM allKeys]:发送到实例的无法识别的选择器