摘要: 异常处理 http://www.jb51.net/article/95033.htm 文件常用操作 http://www.jb51.net/article/92946.htm 阅读全文
posted @ 2016-10-20 16:41 萱娃 阅读(142) 评论(0) 推荐(0) 编辑
摘要: class Base(object): def __init__(self): print 'Base create' class childB(Base): def __init__(self): print 'creat B ', super(childB, self).__init__() c 阅读全文
posted @ 2016-10-20 16:29 萱娃 阅读(2575) 评论(0) 推荐(0) 编辑