PhotoImage (img) # 轉換成Tkinter可以用的圖片 lbl_2 = tk.Label(window, image=imgTk) # 宣告標籤並且設定圖片 lbl_2.image = imgTk ...
確定! 回上一頁