javascript开发笔记
摘要:1.1 javascript 单一模式的实现var SingletonFactory=null;(function(){ //instance declared //SingletonFactory Interface SingletonFactory = { getInstance : getInstance } //private classe...
阅读全文
posted @ 2009-03-02 10:27