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