im trying to find a way to get the text from an entry in tkinter, but the entry is in a function example down below

前端 未结 0 1380
面向向阳花
面向向阳花 2020-12-10 10:08

from tkinter import *

from tkinter import ttk

root = Tk()

def getText(): x = "" global a shipToLabel = Label(root, text="Where to ship?&q

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