Python中@staticmethod 和@classmethod 的区别
2021-01-15 09:15
阅读:559
标签:microsoft src eth soft 使用 com 对象 style 类方法 首先说一下什么是普通方法,普通方法需要传递参数,类调用的时候默认会将类的实例对象传进去。 @staticmethod 装饰的静态方法与普通方法相同:实例和类均可调用,但是不需要传递默认的参数进去。 @classmethod 装饰的类方法:也需要参数,使用时需要将调用的类传进去。 例如: Python中@staticmethod 和@classmethod 的区别 标签:microsoft src eth soft 使用 com 对象 style 类方法 原文地址:https://www.cnblogs.com/String-song/p/12936314.html
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python中@staticmethod 和@classmethod 的区别
文章链接:http://soscw.com/index.php/essay/42196.html
文章标题:Python中@staticmethod 和@classmethod 的区别
文章链接:http://soscw.com/index.php/essay/42196.html
评论
亲,登录后才可以留言!