标签:
class Util(): @staticmethod def Func1(): print "Execute Func1!" def main(): Util.Func1()
Python静态方法的使用
原文地址:http://www.cnblogs.com/hont/p/5524276.html