StringVar() textbox = Tkinter.Entry(popup, textvariable=labelname) textbox.pack() textbox.focus_force() button = Tkinter.Button(popup ...
確定! 回上一頁