1 //1 组合牌 2 //定义一个集合保存一副牌 3 ArrayList<String> poker=new ArrayList<String>(); 4 //定义花色 5 String[] colors={"♤","♢","♧" ...
確定! 回上一頁