import tkinter as tk
window = tk.Tk()
window.title()
window.geometry()
l = tk.Lable()
b = tk.Button()
e = tk.Entry()
t = tk.Text()
时间: 2024-10-13 21:28:47
import tkinter as tk
window = tk.Tk()
window.title()
window.geometry()
l = tk.Lable()
b = tk.Button()
e = tk.Entry()
t = tk.Text()