我们使用第三方库,有时候需要获取其成员变量。方法如下:
导入runtime
#import <objc/runtime.h>
声明一个Person类
@interface Person : NSObject{
2019-12-12