diff --git a/my_client.py b/my_client.py index 3159e58..f1cb470 100644 --- a/my_client.py +++ b/my_client.py @@ -26,6 +26,8 @@ class Note(): # 便签、笔记 bg="lightblue", width=5, command=self.get_info) self.but.place(x=240, y=305) # 展示所有的文字 + self.val = 1 + self.v = IntVar() self.y = 20 for info in alist: self.canvas.create_text(40, self.y, text=info,