跳到主要内容
Python
Go
FrontEnd
DataSource
Operation
Algorithm
DesignPatterns
AI
Culture
ReadNotes
Blog
Archive
Tags
Links
About
搜索
CreationPattern
CreationPattern
创建型模式关注对象的创建过程,旨在将对象创建与使用解耦,提供更灵活、可配置的对象创建方式
📄️ 单例模式
确保一个类只有一个实例,并提供一个全局访问点
📄️ 原型模式
原型模式
📄️ 工厂方法模式