Loading

摘要: 原文地址 http://www.cnblogs.com/testview/p/4651198.html 1. Python的继承以及调用父类成员 python子类调用父类成员有2种方法,分别是普通方法和super方法 假设Base是基类 则普通方法如下 super方法如下 在上面的简单场景下,两种方 阅读全文
posted @ 2016-11-24 16:03 青岛欧姆网络科技 阅读(803) 评论(0) 推荐(0) 编辑