摘要:
我遇到这样一个问题:初始化一个字典,初始化的时候,给三个key-value;但是,打印字典的时候,只有第一个元素有值,后两个没有值。NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:_messageString,@"message",_photoImage,@"photo",@"cc",@"record", nil];打印dict的时候:有message,但是没有photo和record!!!最后找到了原因:因为——photoImage的 阅读全文
posted @ 2013-03-04 14:14 gavin.han 阅读(3353) 评论(0) 推荐(0)
浙公网安备 33010602011771号