Tkinter .get() cannot get value of stringvars

后端 未结 0 1819
眼角桃花
眼角桃花 2020-12-02 14:25

The variable teks and kunci cant get the value of entry1 and entry2. Here\'s the code:

def colenk():
teks = StringVar(entry1).get()
kunci = StringVar(entry2).         


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