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