240 发简信
IP属地:香港
  • 120
    Python中类与类之间属性和方法的调用

    Python中类与类之间属性和方法的调用 class A(object): #定义一个类 name='python' #类属性 def __init__(self):...