深浅模式
扫码留言
本地打包 exe 运行 python 接口项目 这种是绕过执行
# 安装包 python -m pip install pyinstaller # 打包程序 python -m PyInstaller --onefile zjschool.py