This topic created in 1859 days ago, the information mentioned may be changed or developed.
cOntent= tk.StringVar()
text_cOntent= tk.Message(window,textvariable=content)
b = "我就是个例子"
我想让
content 与 b 进行比较,但是 StringVar 形式为 PY_VAR2,我想知道该怎么对他们进行转换
麻烦大家了!!