if (_existedFriends)
{
BOOL cont = [_existedFriends containsObject:item]; //用这一句判断
if (cont)
{
// 如果在_existedFriends中,不可点击
[YZTools toastMake:@"已在群组" isPush:NO];
return;
}
}