会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
白白毛狗
我思故我在
博客园
首页
新随笔
联系
订阅
管理
2017年2月12日
python继承 super()
摘要: 写这篇博文,始于以下问题的探究: 1 #coding:utf-8 2 class A(object): 3 def __init__(self): 4 print 'enter A' 5 print 'leave A' 6 class B(object): 7 def __init__(self):
阅读全文
posted @ 2017-02-12 15:12 白白毛狗
阅读(290)
评论(0)
推荐(0)
编辑
公告