e=tk.Entry(window,show=None). e.pack(). ##定義: 將所輸入文字存入Listbox,完成後並將Entry內文字清除. def add():. var=e.get(). lb.insert('end' ...
確定! 回上一頁