iOS 遍历某一对象的属性和方法 /* 注意:要先导入ObjectC运行时头文件,以便调用runtime中的方法*/ #import <objc/runtime.h> @implementation N … 继续阅读 iOS 遍历某一对象的属性和方法