python的面向对象 python 一切都是对象python有三种对象,type型 class型 instance型is-king-of,基类与子类关系,用__base__来求基类is-instance-of,类型与实例之间的关系,,用__class__来求具体对象的类型各种对象间的关系如下: