import tkinter as tk from tkinter import ttk root = tk.Tk() b1 = ttk.Button(root, text='b1') b1.grid(row=0, column=0, sticky=tk.W) e1 = ttk.
確定! 回上一頁