文章目录 安装uncompyle库检查是否安装成功反编译 安装uncompyle库 pip3 install uncompyle 检查是否安装成功 uncompyle6 --help #或者 uncompyle6 --version 反编译 uncompyle6 b.pyc > a.py