開啟檔案images.xbm #也可使用bitmap = tk.BitmapImage(data=bitmapData) bitmap = tk.BitmapImage(file='images.xbm') tk.Label(root, image=bitmap).pack().
確定! 回上一頁