翻下Django 的源码不难看出,上面定义的 Student 类继承了 models.Model ,而它又继承于 ModelBase (是一个由type 继承而来metaclass!) 参考:django/ ...
確定! 回上一頁