Tag: 二十一点

将数组转换为ArrayList

在Java中将数组转换为ArrayList遇到了很多麻烦。 这是我现在的arrays: Card[] hand = new Card[2]; “手”持有一系列“卡”。 这如何看起来像一个ArrayList ?