Commit aa9eedea by BellCodeEditor

save project

parent a4abe414
Showing with 4 additions and 3 deletions
......@@ -55,10 +55,11 @@ class Note(): # 便签、笔记
file.write(content)
self.canvas.create_text(40,self.y,text=info,font=("宋体",11),
anchor=W, fill='#66FF66')
self.y += 30
self.select = tkinter.Radiobutton(self.canvas,image = self.box,value = self.val,variable = self.v,width = 25,height = 15,borderwidth = 0,command = self.remove)
self.select.place(x = -20,y = self.y-10)
self.val += 1
self.y += 30
with open("user.txt", "r", encoding="utf-8") as f:
info = f.read()
......
{"admin": "admin", "python": "123456", "d": "2", "sd": {"password": "1", "event": ["\u63d0\u793a1\uff1a\u53ef\u4ee5\u4ece\u8f93\u5165\u6846\u6dfb\u52a0\u65b0\u4efb\u52a1", "\u63d0\u793a2\uff1a\u70b9\u51fb\u524d\u9762\u9009\u62e9\u6846\uff0c\u8868\u793a\u4efb\u52a1\u5b8c\u6210"]}, "asd": {"password": "1", "event": ["dg"]}}
\ No newline at end of file
{"admin": "admin", "python": "123456", "d": "2", "sd": {"password": "1", "event": ["\u63d0\u793a1\uff1a\u53ef\u4ee5\u4ece\u8f93\u5165\u6846\u6dfb\u52a0\u65b0\u4efb\u52a1", "\u63d0\u793a2\uff1a\u70b9\u51fb\u524d\u9762\u9009\u62e9\u6846\uff0c\u8868\u793a\u4efb\u52a1\u5b8c\u6210"]}, "asd": {"password": "1", "event": ["dvbgrwe"]}}
\ No newline at end of file
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