Entry : def check(): #提取目前內容 print(entry.get())entry = tk.Entry(root) entry.pack()#按下時會顯示目前Entry 內容 tk.Button(root, text='Button', ...
確定! 回上一頁