LabelFrame(root, text='Label Frame') labelframe.pack()def check(): #提取目前var 內容 print(var.get())#設定變數Int 型別儲存目前內容 var = tk.IntVar()
確定! 回上一頁