var.set(['box1', 'box2'])entry = tk.Entry(root) entry.pack()def insert(): #將Entry 的內容取出插入至Listbox 的最後 listbox.insert('end', entry.get())tk.
確定! 回上一頁