Python 中可以使用 tkinter 库打开多个窗口。步骤如下:导入 tkinter 库创建窗口对象(例如 win1、win2)设置窗口大小、位置和标题运行 mainloop() 以启动窗口事件循环如何使用 Python 打开两个窗口在...