用java编写的纸牌游戏 package newpackage; public class Belote { static Player[] players; static Card[] cards; public Belote() { // create four Player objects String[] playerNames = { "Adam", "Bob", "Charlie", "Daniel" }; players = new Player[4]; for(int i =0; i