这是我的代码:
NSArray *keys = [NSArray arrayWithObjects:@"action", @"type", @"entry", nil];
NSArray *objects = [NSArray arrayWithObjects:@"action1", @"one", entry.identifier, nil];
该条目必须是一个数组,因此它的一个输出示例必须是:
"entry": [ "entry" ]
在里面我该"[ ]"
怎么做?用我的代码我得到"entry": "entry"