1、找到解释器路径 2、点击第一个选项修改添加或删除单个特征 3、 from tkinter import * root = Tk() # 实例化TK root.mainloop() # 进入事件循环 正常弹出窗口