08: """ 09: 10: 11: import Tkinter as Tk 12: 13: class Frame(Tk.Frame): 14: """ Frame with three label """ 15: 16: def __init__(self, master=None): 17: ...
確定! 回上一頁