🌈 搜索
📅  最后修改于: 2022-03-11 14:46:56.692000             🧑  作者: Mango
from tkinter import * root = Tk() root.overrideredirect (True) root.mainloop()