摘要: 用 tkinter 实现,在桌面上即时显示文字消息(置顶显示、可拖动),经过 duration 毫秒后消失。 效果演示: 代码实现: """ 使用方法: toast(message_text, bg="#075077", duration=3000) """ import threading imp 阅读全文
posted @ 2025-11-15 01:05 淳帅二代 阅读(2) 评论(0) 推荐(0)