Python制作透明窗口及滑块 import tkinter as tk def set_transparency(value): trans_win.wm_attributes("-alpha", float(value)/100) def on_c… 2025-03-04Python