value = lb.get(lb.curselection()) var1.set(value). l = tk.Label(window, bg='yellow', width=4, textvariable=var1).pack(). b1 = tk.Button(window, text='print ...
確定! 回上一頁