import ttk import Tkinter root = Tkinter.Tk() ttk.Style().configure("TButton", padding=6, relief="flat", background="#ccc") btn = ttk.
確定! 回上一頁