What is the difference between @staticmethod and @classmethod in Python?

stackoverflow上的这个问题有句话说静态成员函数说得比较好:

Staticmethods are used to group functions which have some logical connection with a class to the class.

原文地址:https://www.cnblogs.com/ph829/p/6869756.html