Example: self.app = Tk() # Use Tkinter for python 2, tkinter for python 3 import tkinter as tk class MainApplication(tk.Frame): def __init__(self, parent, ...
確定! 回上一頁