摘要: 类的构建Student.h#include @interface Student:NSObject{ int age;}-(int) age;-(void) setAge:(int) newAge;+(id) title;//+为类方法,相当于java中的static,另外字符串返回值使用id... 阅读全文
posted @ 2015-05-09 15:17 雅尸兰黛?窃笑 阅读(182) 评论(0) 推荐(0)