我正在尝试访问图像数组中“nodeContent”的键值,我没有问题进入正确的元素,但我无法进入'node'NSDictionary。
我试过了:
NSLog(@"%@", [[[[tutorialsNodes objectAtIndex:2]
objectForKey:@"nodeAttributeArray"]
objectAtIndex:1]
objectForKey:@"nodeContent"]);
但只打印(null)