from Tkinter import * class App: def __init__(self, master): fm = Frame(master, width=300, height=200) Button(fm, ...
確定! 回上一頁