摘要: import threading import tkinter as tk import pystray from PIL import Image class GUI: def __init__(self): self.root = tk.Tk() self.root.title('演示窗口') 阅读全文
posted @ 2025-08-12 14:07 CrossPython 阅读(16) 评论(0) 推荐(0)