03 2011 档案
摘要:参考链接:http://www.cnblogs.com/abcdwxc/archive/2007/10/30/942834.html1. Singleton 模式JS:版本Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /////Singleton 模式 function Singleton() { if (Singleton.caller != Singleton.getInstance) { throw new Error("
阅读全文

浙公网安备 33010602011771号