from Tkinter import * master = Tk() var = IntVar() c = Checkbutton(master, text="我是帥鍋", variable=var) c.pack() mainloop().
確定! 回上一頁