07 2025 档案

摘要:1 import time 2 import webview 3 import tkinter as tk 4 import threading 5 6 def create_tk_window(): 7 splash = tk.Tk() 8 # splash.withdraw() # 初始隐藏窗口 阅读全文
posted @ 2025-07-11 10:09 Pynix 阅读(73) 评论(0) 推荐(0)
摘要:import webview class Api: def __init__(self): self.window = None def splash_closed(self): print("启动画面关闭,创建带边框主窗口") # 关闭当前无边框窗口 #webview.windows[0].des 阅读全文
posted @ 2025-07-10 00:05 Pynix 阅读(137) 评论(0) 推荐(0)