深浅模式
扫码留言
更新: 2025/9/11 字数: 0 字 时长: 0 分钟
# 安装包 python -m pip install pyinstaller # 打包程序 python -m PyInstaller --onefile zjschool.py