这是代码:
NSMutableDictionary *circuit_step = [NSMutableDictionary dictionary];
NSMutableDictionary *step_info = [NSMutableDictionary dictionary];
[step_info setObject: @"search" forKey: @"search-type"];
[step_info setObject: @"small" forKey: @"search-format"];
[step_info setObject: @"winter" forKey: @"search-season"];
[step_info setObject: @"tree" forKey: @"search-location"];
**[circuit_step setObject: circuit_step forKey: @"01"];**
[step_info setObject: @"search" forKey: @"search-type"];
[step_info setObject: @"micro" forKey: @"search-format"];
[step_info setObject: @"summer" forKey: @"search-season"];
[step_info setObject: @"by the lake" forKey: @"search-location"];
**[circuit_step setObject: circuit_step forKey: @"02"];**
以适合 NSLog 的格式直接访问的代码是什么dictionary circuit_step key "01"
?dictionary step_info key "search-location"