摘要:
public class StatePattern { public static void main(String[] args) { Context context=new Context(); for (int i = 0; i < 10; i++) { context.handle(); } 阅读全文
posted @ 2021-04-17 17:08
zhuyapeng
阅读(53)
评论(0)
推荐(0)