摘要: Map案例 使用map接口,完成模仿斗地主的发牌和遍历牌 import java.util.*; public class ReadyPau { public static Map<Integer,String> ready(List<Integer> list){ Map<Integer,Stri 阅读全文
posted @ 2020-10-31 19:57 素色学习 阅读(154) 评论(0) 推荐(0)