11 2021 档案

摘要:import java.util.ArrayList;import java.util.Collections;import java.util.HashMap;import java.util.List;public class asdasd { public static void main(S 阅读全文
posted @ 2021-11-30 19:18 hrhnp 阅读(43) 评论(0) 推荐(0)
摘要://商品类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 阅读(416) 评论(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 阅读(280) 评论(0) 推荐(0)