from tkinter import * from tkinter import ttk root = Tk() button = ttk.Button(root,text="Click Here!") button.pack() root.mainloop().
確定! 回上一頁