在設定前記得要先將Tkinter package import進來,import進來後宣告,我們才可以進行設定的動作。 from Tkinter import * form = Tk(). 要設定視窗上的標題 ...
確定! 回上一頁