首页 > 学院 > 开发设计 > 正文

Tkinter控件加载图片

2019-11-14 13:10:43
字体:
来源:转载
供稿:网友

img = PhotoImage(file=’./img/1.gif’) PRint img

Button(root, command = p, image = img).pack() Label(root, image = img).pack()


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表