You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSString *str = XXXXXXX; // 方法返回值
return str; // 提示 The value read from str was never initialized.
NSString *picUrl = picInfo.img; // 提示 The value written to &picUrl (type NSString*) is never used.
[cell.picImagView sd_setImageWithURL:[NSURL URLWithString:picUrl] placeholderImage:pImg];
感谢!
The text was updated successfully, but these errors were encountered:
Question Checklist
Question Subject
列举会出现误报情况(不只这两种)如下:
感谢!
The text was updated successfully, but these errors were encountered: