Commit 0e186459 by BellCodeEditor

auto save

parent dff23abc
Showing with 0 additions and 1 deletions
......@@ -121,7 +121,6 @@ class My_register(): # 注册窗口
button1.place(x=80, y=250)
# 进入消息循环
self.root.mainloop()
def get_input(self): # 获取提交的注册信息
self.name = self.e1.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