from tkinter import * import tkinter as tk window = tk.Tk() window.title('my window') ... l.config(text='you have selected ' + var.get()).
確定! 回上一頁