Tk tutorial: Using Buttons in Tkinter under Python. ... Button(root, text='Stop', width=25, command=root.destroy) button.pack() root.mainloop()
確定! 回上一頁