建立一個空白的視窗. from tkinter import * #引入tkinter window = TK() #一個叫做window的新視窗 window.mainloop() #進入等待 ...
確定! 回上一頁