次の例で NSDictionary を呼び出すと、奇妙な例外が発生します。
NSInteger userId = 1;
NSDictionary *postData = [NSDictionary dictionaryWithObjectsAndKeys:
@"3", @"a",
@"0", @"b",
userId, @"c",
nil];
誰かが上記の問題を理解できますか?