import tkinter as tk · from tkinter import ttk · win = tk.Tk()# Application Name · win.title("Python GUI App")# Label · lbl = ttk.Label(win, text = ...
確定! 回上一頁