@classmethod means: when this method is called, we pass the class as the first argument instead of the instance of that class (as we normally do with methods).
確定! 回上一頁