摘要: #!/usr/bin/env python# coding=utf-8 __metaclass__ = type class StaticMethod: @staticmethod def foo(): print "This is static method foo()." class Class 阅读全文
posted @ 2017-02-07 16:49 紫色物语 阅读(150) 评论(0) 推荐(0) 编辑