Entry(root, textvariable=search_var) searchbox.pack(fill=tk.X, expand=False) listbox = tk.Listbox(root) for i in a: listbox.insert(tk.
確定! 回上一頁