求帮忙解答
if(Cardcollection.add(card)){
Sysrem.out.print(此处一样);
}
改为
if(Cardcollection.contains(card)){
Cardcollection.add(card);
试试