摘要:
start start start this is a custom exception this is a custom exception this is a custom exception end end end myexception=MyException('231') print(ha 阅读全文
摘要:
class SingleObj(): __singleobj=None @classmethod def get_singleinstance(cls): if not cls.__singleobj: cls.__singleobj=SingleObj() return cls.__singleobj obj1=S... 阅读全文