Poker newPoker=allPoker.get(random.nextInt(51));
p1.poker.add(newPoker);//add方法报错
已经解决了,谢谢,是因为没有实例化。
报错信息贴出来看看?