摘要: 从 NSDictionary 取值的时候有两个方法,objectForKey: 和 valueForKey:,这两个方法具体有什么不同呢?先从 NSDictionary 文档中来看这两个方法的定义:objectForKey: returns the value associated with aKe... 阅读全文
posted @ 2014-09-27 21:50 codeTao 阅读(199) 评论(0) 推荐(0)