摘要: public class Demo2 { public static void main(String[] args) { //创建HashMap集合,key是编号,value是扑克牌 HashMap<Integer, String> hm = new HashMap<>(); //创建ArrayL 阅读全文
posted @ 2020-11-15 19:26 MikiKawai 阅读(106) 评论(0) 推荐(0) 编辑