Commit 58772fd8 by BellCodeEditor

auto save

parent 0e186459
Showing with 1 additions and 0 deletions
...@@ -121,6 +121,7 @@ class My_register(): # 注册窗口 ...@@ -121,6 +121,7 @@ class My_register(): # 注册窗口
button1.place(x=80, y=250) button1.place(x=80, y=250)
# 进入消息循环 # 进入消息循环
self.root.mainloop() self.root.mainloop()
def get_input(self): # 获取提交的注册信息 def get_input(self): # 获取提交的注册信息
self.name = self.e1.get() self.name = self.e1.get()
self.password1 = self.e2.get() self.password1 = self.e2.get()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment