使用存儲一副撲克牌,實現洗牌功能。

import java.util.LinkedList; import java.util.Random; class Poker { String color; String point; public Poker(String color, String point) { super(); this.color = color; this.point = point;
相關文章
相關標籤/搜索