所谓单例,指的是只有一个实例的对象。 js通过对象字面量的方式来创建单例对象。 var sig = { name:value, method:function(){ } } 转载于:https://www.cnblogs.com/YKingcc/p/9053661.html