关键字 | 具体说明 |
def | 定义函数 |
class | 定义类 |
self | 类的成员函数的参数,代表实例(对象本身) |
@staticmethod | 定义静态方法 |
@classmethod | 定义类方法 |
原文地址:https://www.cnblogs.com/caicoffee/p/8908633.html
时间: 2024-11-08 04:00:16
关键字 | 具体说明 |
def | 定义函数 |
class | 定义类 |
self | 类的成员函数的参数,代表实例(对象本身) |
@staticmethod | 定义静态方法 |
@classmethod | 定义类方法 |
原文地址:https://www.cnblogs.com/caicoffee/p/8908633.html