这是系统的登录界面import tkinter from tkinter import messagebox class Login(object): def __init__(self): # 创建主窗口,用于容纳其它 ...
確定! 回上一頁