jQuery火箭图标返回顶部代码
摘要: 设计模式:创建型(Creational) 简单工厂模式(Simple Factory Pattern) 1 public interface Computer { 2 3 void setComputerSystem(); 4 5 } 6 7 public class XiaoMiComputer implements Computer { 阅读全文
posted @ 2023-02-27 12:09 rongqing2019 阅读(74) 评论(0) 推荐(0)