Tkinter Listbox will not return selected element

前端 未结 0 524
轮回少年
轮回少年 2021-01-22 22:52

The code is as follows:

import tkinter as tk
plc=tk.Tk()
choices=["A","B","C]
choicesvar=tk.StringVar(value=choices)
l=tk.Listbox(master=         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题