import Tkinter as tk class Mainapplication(tk.Frame): def __init__(self,master=None): tk.Frame.__init__(self,master) self.pack() ...
確定! 回上一頁