textvariable not found in a def

前端 未结 0 542
[愿得一人]
[愿得一人] 2021-01-01 08:43

I have this code :

from tkinter import *

def mine():
    global textVar
    textVar = StringVar()
    textVar.set(\'Te         


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