天天看點

javascript設計模式

以下代碼在ie6&ie6+&chrome測試通過,code位址:

轉載請注明出處:

1.單例模式(singleton):

2.工廠模式(factory)

3.橋接模式(bridge)

4.組合模式(composite)

5.門面模式(facade)

6.擴充卡模式(adapter)

7.裝飾者模式(decorator)

8.享元模式(flyweight)

9.代理模式(proxy)

10.觀察者模式(observer)

11.指令模式(command)

繼續閱讀