#第22行报错【TypeError: init() missing 3 required positional arguments: ‘name’, ‘author’, and ‘comment’】报错1【TypeError: __init__() missing 3 required positional arguments: 'name', 'author', and 'comment'】
#改正13行添加参数name, author, comment, state = 0:
报错1【TypeError: __init__() missing 3 required positional arguments: 'name', 'author', and 'comment'】

相关文章:

  • 2022-02-16
  • 2022-03-10
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-10-04
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2021-05-09
  • 2021-07-09
  • 2022-12-23
相关资源
相似解决方案