摘要: 1.首先获取一个类的所有属性+ (NSArray *)getAllPropertyWithClass:(Class)class{ NSMutableArray *propertyArr = [[NSMutableArray alloc] init]; unsigned int count; whil... 阅读全文
posted @ 2015-06-01 15:25 金刚葫芦娃哈哈 阅读(174) 评论(0) 推荐(0) 编辑