from tkinter import * import tkinter as tk window = tk.Tk() window.title('my window') window.geometry('200x100') var = tk.StringVar().
確定! 回上一頁