Commit 631646a2 by BellCodeEditor

auto save

parent d342feb7
Showing with 25 additions and 2 deletions
......@@ -135,3 +135,26 @@ class My_register(): # 注册窗口
app_login = My_login()
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