天天看點

Python中的cls與self的差別

主要差別:cls是類本身的一個對象,self是類執行個體的一個對象

介紹了@classmethod與@staticmethod的差別。

http://stackoverflow.com/questions/12179271/python-classmethod-and-staticmethod-for-beginner