摘要:
首先在实体类中添加一个可以递归存储的列表 @Data @TableName("pms_category") public class CategoryEntity implements Serializable { private static final long serialVersionUID 阅读全文
摘要:
import java.util.*; public class NewDouDiZhu { public static void main(String[] args) { HashMap<Integer,String> poker= new HashMap<>(); //1.组装牌 ArrayL 阅读全文