赞
踩
有很多中情况都是我遇到的,现在写出来:
# py文件 class A(BoxLayout) a = ObjectProperty(None) def __init__(self) a.text = 'textname' #kv文件 <A>: a:alabel Label: id:alabel text:"x"
此文件报错
AttributeError: