Python Class 的属性错误,但已声明
Attribute Error for Python Class, but is declared
我的 python class 之一出现属性错误,但我在 class 的初始化函数中声明了它。我不知道我做错了什么
您将“__init__
”拼错为“__int__
”
我的 python class 之一出现属性错误,但我在 class 的初始化函数中声明了它。我不知道我做错了什么
您将“__init__
”拼错为“__int__
”