Label, 정보를 나타낸다 from tkinter import * from tkinter import ttk root=Tk(). #event binding l = ttk.Label(root, text="Starting...") l.grid().
確定! 回上一頁