The icon cannot be shown by using iconbitmap

后端 未结 0 1654
误落风尘
误落风尘 2020-12-01 07:10
from tkinter import *

root = Tk()
root.title(\'Icon\')    
root.iconbitmap(\'Desktop/img.ico\')

root.mainloop()

I typed the above code. Ho

相关标签:
回答
  • 消灭零回复
提交回复
热议问题