202202-11 Python3.8 + Tkinter: Button设置image属性不显示的问题及解决方法 Bug如题目所描述。尝试过将按钮的image指向的变量del_icon设置为global全局变量,但是不成功,会提示如“AttributeError:'PhotoImage'objecthasnoattribute'_PhotoImage__photo'”的错误。代码1是导致bug的源头。 代码1:#!/bin/envpython3fromPILimportImageTkimporttkinterastk...self.del_button=tk.Button(self.fr... 继续阅读 >