摘要: // 上下文接口 interface Context { void update(Context newContext); } // 具体上下文类 class MyContext implements Context { private String data; public MyContext(S 阅读全文
posted @ 2023-11-17 10:59 z_先生 阅读(31) 评论(0) 推荐(0) 编辑