会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Twotigers
博客园
首页
新随笔
联系
管理
订阅
2018年11月28日
python super
摘要: 1 class A: 2 def test(self): 3 print("a.test") 4 super().test() 5 6 7 class B: 8 def test(self): 9 print("b.test") 10 11 12 class C(A, B): 13 def test...
阅读全文
posted @ 2018-11-28 14:51 两只老虎111
阅读(229)
评论(0)
推荐(0)
编辑
公告