原文 标签 python python-3.x tkinter photoimage. 此代码有效: img = PhotoImage(file="Image.gif") Label(root, image=img).pack() 为什么这种方式行不通?
確定! 回上一頁