reason: Attempted to dereference an invalid ObjC Object or send it an unrecognized selector.时间:2022-06-29 00:54:54 album = responseObject[@"album"]; 是我将一个字典直接赋值给了对象 改为如下即可 [album setValuesForKeysWithDictionary:responseObject[@"album"]];