📜  字符串 - C# 代码示例

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

代码示例4
#declare variable -->
var = StringVar()
#sets variable to what ever(most the time a string)
var.set("hello")
#this is used in tkinter!