label import Label from kivy.uix.boxlayout import BoxLayout class LabelApp(App): def build(self): mytext2 = str(1234567) self.label2 = Label( ...
確定! 回上一頁