Commit 172e9e8c by BellCodeEditor

save project

parent 10fd408e
Showing with 2 additions and 3 deletions
......@@ -53,7 +53,6 @@ class Note(): # 便签、笔记
def move(self):
num = self.val.get()
alist.pop(num)
alist.append(info)
content = json.dumps(users)
with open("user.txt", "w", encoding="utf-8") as file:
file.write(content)
......
{"admin": "admin", "python": "123456", "123": {"password": "123", "event": ["\u63d0\u793a1\uff1a\u53ef\u4ee5\u4ece\u8f93\u5165\u6846\u6dfb\u52a0\u65b0\u4efb\u52a1", "\u63d0\u793a2\uff1a\u70b9\u51fb\u6700\u524d\u9762\u7684\u9009\u62e9\u6846\uff0c\u8868\u793a\u4efb\u52a1\u5b8c\u6210", "\u554a", "\u786e\u8ba4\u54c7\u65e0\u6240\u65e0", "\u987a\u4e30\u5230\u4ed8", "\u7231\u56fd\u594b\u6597\u662f", "\u65bd\u5de5\u961f"]}}
\ No newline at end of file
{"admin": "admin", "python": "123456", "123": {"password": "123", "event": []}}
\ 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