摘要: 设计模式 工厂模式 public class Test { public static void main(String[] args) { Computer c1 =ComputerFactory.createComputerInstance(); c1.start(); Computer c2= 阅读全文
posted @ 2022-07-26 16:26 Abner-G-Zhang 阅读(45) 评论(0) 推荐(0)