1 class a: 2 3 @staticmethod 4 def b(self): 5 print ( '' )
查看更多关于python第三十三天----静态方法、类方法、属性方法的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did84912
1 class a: 2 3 @staticmethod 4 def b(self): 5 print ( '' )
查看更多关于python第三十三天----静态方法、类方法、属性方法的详细内容...