From ab302ddf16ea1f493c9d158cff489c5dc87b070e Mon Sep 17 00:00:00 2001 From: wsb <110@qq.com> Date: Thu, 4 May 2023 16:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=A4=BA=E6=95=B0=E6=8D=AE=E5=8F=AF?= =?UTF-8?q?=E8=A7=86=E5=8C=96=E5=BA=93=E7=9A=84=E5=9F=BA=E6=9C=AC=E4=BD=BF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/other.xml | 7 +++++++ main.py | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 .idea/other.xml diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 0000000..640fd80 --- /dev/null +++ b/.idea/other.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/main.py b/main.py index 31fbf4f..e012617 100644 --- a/main.py +++ b/main.py @@ -123,4 +123,6 @@ for item in movie: # 第二个小部件插入数据 listb.pack() # 将小部件放置到主窗口中 listb2.pack() + + root.mainloop() # 进入消息循环 \ No newline at end of file -- GitLab