IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
Python中的新式类(new style class)和老式类(old style class)
Jiajun的技术笔记
发表于
2019-05-29 00:00:00
love
0
《Python中的新式类(new style class)和老式类(old style class)》Python2.3之前,使用的是老式继承,直接看例子:```python...