摘要: 命令模式 1 2 3 4 5 6 7 package src; //抽象命令类 public abstract class AbstractCommand { public abstract int execute(int value); //声明命令执行方法execute() public abs 阅读全文
posted @ 2021-11-26 22:31 韩佳龙 阅读(79) 评论(0) 推荐(0)