from tkinter import * root = Tk() app = Frame(root) hello = Label(root, text="Hello ... 以下程式為自訂類別(class) 繼承ttk 的Frame ,再用showinfo 顯示訊息
確定! 回上一頁