#特殊的成员#(1)__init__ 自动执行#(2)__call__对象() 类()()#(3)__int__ int(对象)#(4)__str__ str(obj)
#__add__: 对象相加#__dict__:将对象中封装的所有内容通过字典的形式返回