from tkinter import Tk, Checkbutton, Label from tkinter import StringVar ... text.set('old') status = IntVar() def change(): if status.get() ...
確定! 回上一頁