JAVA小練習109——定義一個LinkedList存儲一副撲克牌,再定義一個方法能夠洗牌的

import java.util.LinkedList; import java.util.Random; //撲克 class Poker{ String color; //花色 String num; //點數 public Poker(String color, String num) { super(); this.color = color; this.
相關文章
相關標籤/搜索