Meanwey:
博客地址:https://www.cnblogs.com/Meanwey/
Meanwey:
博客地址:https://www.cnblogs.com/Meanwey/
Python进阶-----property用法(实现了get,set,delete三种方法)
Python进阶-----上下文管理协议(__enter__,__exit)
Python进阶-----描述符(__get__(),__set__(),__delete__())
Python进阶-----通过类的内置方法__str__和__repr__自定制输出(打印)对象时的字符串信息
Python进阶-----通过类的内置方法__format__自定制格式化字符串
Python进阶-----类的内置方法__getattribute__