window.configure(background='white')#視窗底色,可以用色碼表. window.mainloop()#tkinter每經過一個動作就刷新視窗一次,可放在整支程式的最尾部.
確定! 回上一頁