img_png = Tkinter.PhotoImage(file = 'img_png.png'). label_img = Tkinter.Label(root, image = img_png). label_img.pack().
確定! 回上一頁