import tkinter as tk
add-button-image = tk.PhotoImage(file = "Add-Button.png")
我在py程序中使用了tkinter,因此可以在按钮上添加图像。我要添加的png文件与python程序位于同一路径。 每次运行程序时,都会出现错误“无法分配给运算符”
答案 0 :(得分:0)
请勿使用短划线使用下划线。
add_button_image = tk.PhotoImage(file="Add-Button.png")