摘要: 1 // 2 // main.m 3 // NSMutableDictionary 4 // 5 // Created by dingxiaowei on 13-5-16. 6 // Copyright (c) 2013年 dingxiaowei. All rights reserved. 7 // 8 9 #import <Foundation/Foundation.h>10 #import "Student.h" //特别注意:如果从外部导入的类文件,则需要在问价里面看有没有对它进行添加到项目中 在这儿的操作是:首先点击蓝色的项目文件-》然后点击第二个Bui 阅读全文
posted @ 2013-05-16 20:46 蓬莱仙羽 阅读(119) 评论(1) 推荐(0) 编辑
摘要: 简单介绍一下NSDictionary用法:main: 1 // 2 // main.m 3 // NSDictionary 4 // 5 // Created by dingxiaowei on 13-5-15. 6 // Copyright (c) 2013年 dingxiaowei. All rights reserved. 7 // 8 9 #import <Foundation/Foundation.h> 10 #import "Student.h" 11 #pragma mark - 字典的创建 12 void dicCreate(){ 13 //.. 阅读全文
posted @ 2013-05-16 17:31 蓬莱仙羽 阅读(234) 评论(0) 推荐(0) 编辑