示例#1
0
 public static boolean isValueOf(Card card) {
   return card.getValue() == Card.strToIntValue("A");
 }