会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
三江汇流
2 Work hard, be nice!
管理
2016年1月28日
python 多继承详解
摘要: class A(object): # A must be new-style class def __init__(self): print "enter A" print "leave... 1 2 3 4 5 6 7 8 9 10 class A(object): # A must be new
阅读全文
posted @ 2016-01-28 15:05 三江汇流
阅读(769)
评论(0)
推荐(0)
编辑