strVar = StringVar(). # Holds a string; the default value is an empty string "". intVar = IntVar(). # Holds an integer; the default value is 0.
確定! 回上一頁