JavaScript设计模式样例四 —— 单例模式

单例模式(Singleton Pattern):

例:JS代码实现

使用:

 [……]