js的几种设计模式
作者 :hezi
一 单体(Singleton)模式
二 工厂(Factory)模式
三 桥接(bridge)模式
四 装饰者—ecorator)模式
五 组合(Composite)模式
六 适配置器(Adapter)模式
七 享元(Flyweight)模式
八 观察者(Observer)模式
九 命令(Command)模式
发布时间: 2012-06-27 14:20:09 作者: rapoo
js的几种设计模式
作者 :hezi
一 单体(Singleton)模式
二 工厂(Factory)模式
三 桥接(bridge)模式
四 装饰者—ecorator)模式
五 组合(Composite)模式
六 适配置器(Adapter)模式
七 享元(Flyweight)模式
八 观察者(Observer)模式
九 命令(Command)模式