Commit 631646a2 by BellCodeEditor

auto save

parent d342feb7
Showing with 26 additions and 4 deletions
......@@ -134,4 +134,27 @@ class My_register(): # 注册窗口
return self.name, self.password1, self.password2
app_login = My_login()
app_login.show()
\ No newline at end of file
app_login.show()
......@@ -32,8 +32,8 @@ class Note(): # 便签、笔记
font=("宋体", 11), anchor=W, fill='#FF9900')
self.y += 30
def get_info(self):
info = self.ent.get()
f get_info(self):
infdeo = self.ent.get()
self.ent.delete("0", END)
if info != "":
alist.append(info)
......
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