2018年12月30日

python3面向对象注意事项

摘要: class parent(object): def __init__(self): self.test() def test(self): print('parent ') class BaseHandler(object): def test(self): print('BASEhandler') 阅读全文

posted @ 2018-12-30 12:41 it_man_xiangge 阅读(319) 评论(0) 推荐(0) 编辑

导航

所有文章均为个人学习笔记,并未有任何教学的意思,大神勿喷