__init__是什么?__init__是Python类中的一个特殊方法(也叫“魔术方法”或“DunderMethods”,即DoubleUnderscoreMethods),它的全称是"initialize"(初始化),...