from tkinter import *
def reg():
myAccount = a_entry.get()
myPassword = p_entry.get()
a_len = len(myAccount)
p_len = len(myPassword)
if myAccount == "itcast" and myPassword =="python":
tkyinter常用教学-enter输入框
最新推荐文章于 2024-07-02 22:38:44 发布