摘要:
NSMutableDictionary *dic = [NSMutableDictionary dictionary]; [dic setValue:@"1" forKey:@"a"]; [dic setValue:@"3" forKey:@"c"]; [dic setValue:@"2" forKey:@"b"]; NSLog(@"dic:%@",dic);结果是 abc若换成NSMutableArray,用addObject的方法,结果是插入的顺序。所 阅读全文
posted @ 2012-04-18 15:22
编程小翁
阅读(1248)
评论(0)
推荐(1)

浙公网安备 33010602011771号