They are declared like this: x = StringVar() # Holds a string; default value ""; x = IntVar() # Holds an integer; default value 0; x ...
確定! 回上一頁