📌  相关文章
📜  tkinter 将条目转换为字符串 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:48.384000             🧑  作者: Mango

代码示例1
MyEntry = Entry(bla, bla, bla)
EntryAnswer = Entry.get()
str(EntryAnswer)

#First you have to extract the entry
#Then you make the entry a string