python 元类 metaclass

来自:http://www.cnblogs.com/linhaifeng/articles/8029564.html 一、什么是元类 python中一切皆为对象 # -*- encoding:utf-8 -*- class Test(object): school='苏大' def __init__(self,name,age): self.name=name
相关文章
相关标签/搜索