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
相關文章
相關標籤/搜索