摘要: class Util(): @staticmethod def Func1(): print "Execute Func1!" def main(): Util.Func1() 阅读全文
posted @ 2016-05-24 17:44 HONT 阅读(432) 评论(0) 推荐(0) 编辑