摘要: //商品类public class Goods { private String code; private String name; private double price; public Goods() { } public Goods(String code, String name, do 阅读全文
posted @ 2021-11-26 16:46 hrhnp 阅读(413) 评论(0) 推荐(0)
摘要: public class Poker { List<String> list = new ArrayList<>(); //准备牌 public void read() { List<String> num = new ArrayList<>(); List<String> color = new 阅读全文
posted @ 2021-11-26 16:36 hrhnp 阅读(270) 评论(0) 推荐(0)