会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乘风破浪会有时,直挂云帆济沧海
博客园
首页
新随笔
联系
管理
订阅
2021年5月24日
TypeError: module() takes at most 2 arguments (3 given)
摘要: 1. 错误提示 2. 代码 class Parent: """定义父类""" def __init__(self): print("调用父类构造函数") import Parent class Child(Parent): """定义子类""" def __init__(self): print("
阅读全文
posted @ 2021-05-24 22:44 JRS077
阅读(17443)
评论(1)
推荐(4)
编辑
公告