要設定視窗的背景顏色,可叫用TK.configure方法,帶入視窗的背景顏色。 form.configure(background='black') form.configure(background='#888888'). 要 ...
確定! 回上一頁