__init__() self.button = tk.Button(self, command=self.start_action, text="Wait 1 second") self.button.pack(padx=30, pady=20) def start_action(self): ...
確定! 回上一頁