摘要:
在Object-c中,字典(KEY/VALUE)使用NSDictionary 和NSMutableDictionary(可变长)。使用语法如下:
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:@"value1",@"key1",@"value2",@"key1",nil]; 阅读全文
posted @ 2012-11-09 15:42
代震军
阅读(3208)
评论(0)
推荐(1)