阅读背景:

由Python通过__new__实现单例模式,所想到的__new__和__init__方法的区别

来源:互联网 
 1 class SingleTon(object):
2 _instance = {}
3



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: