import tkinter as tk ... Label(root,image=photo)#把圖片整合到標簽類中 ... Tk(). #增加背景圖片 photo = tk.PhotoImage(file="背景.png")
確定! 回上一頁