Python的Tkinter将窗口置顶

来源:互联网 发布:java中的file类 编辑:程序博客网 时间:2024/06/06 20:50

root = Tk()
root.wm_attributes('-topmost',1)

0 0
原创粉丝点击