from tkinter import * root=Tk() img=PhotoImage(file='sunshine.jpg') Label(root,image=img).pack() root.mainloop()
確定! 回上一頁