Commit de20b1a1 by BellCodeEditor

save project

parent 84cfaae7
Showing with 6 additions and 0 deletions
......@@ -41,6 +41,12 @@ class Note(): # 便签、笔记
def get_info(self):
info = self.ent.get()
alist.pop(num)
self.canvas.destroy()
app.show()
def get_info(self):
info = 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