StringVar () #Label的内容是可变的,但只能Lable.set()方法操作,不能手工输入l=tk.Label(window,textvariable=var,bg='green',font=('Arial',12) ...
確定! 回上一頁