Tk() #构造窗体comvalue=tkinter.StringVar()#窗体自带的文本,新建一个值comboxlist=ttk.Combobox(win,textvariable=comvalue) ...
確定! 回上一頁