# 单例模式

单例模式(Singleton Pattern):确保一个类只有一个实例,并提供一个全局访问点。