py: class

文章目录 ref note `__init__()`方法是一种特殊的方法,被称为类的构造函数或初始化方法 self代表类的实例,而非类 ref http://www.runoob.com/python/python-object.html note #!/usr/bin/python # -*- coding: UTF-8 -*- class Employee: '所有员工的基类'
相关文章
相关标签/搜索