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() # 初始隐藏窗口
阅读全文
摘要:import webview class Api: def __init__(self): self.window = None def splash_closed(self): print("启动画面关闭,创建带边框主窗口") # 关闭当前无边框窗口 #webview.windows[0].des
阅读全文
浙公网安备 33010602011771号