#define WS(weakSelf) __weak __typeof(&*self)weakSelf = self;你复制我的代码,然后再block里面直接打 WS(weakSelf)防止MJ block循环引用