yxxs123 发表于 2017-5-8 13:24:10

Python的Tkinter将窗口置顶

  root = Tk()
root.wm_attributes('-topmost',1)
页: [1]
查看完整版本: Python的Tkinter将窗口置顶