我在字典上使用了一个简单的 NSLog:
NSLog(@"dict %@", dictionary);
结果是:
...
"first_name" = Peter;
gender = male;
id = 1171548848;
"last_name" = Lapisu;
...
为什么“引号”中有一些键名,而另一些则没有?
我在字典上使用了一个简单的 NSLog:
NSLog(@"dict %@", dictionary);
结果是:
...
"first_name" = Peter;
gender = male;
id = 1171548848;
"last_name" = Lapisu;
...
为什么“引号”中有一些键名,而另一些则没有?