diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 0000000000000000000000000000000000000000..640fd80b829a36c6ae5382d4aeeb511d00e869f3 --- /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 31fbf4f2044df01b7fe62cfae0657f3ed703a34a..e012617e4fa9256d581394d90e7413fcd521e64d 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