python编译pyc及反编译 命令行生成pyc反编译 命令行生成pyc python -m py_compile [fobar.py] 反编译 pip install uncompyle6 uncompyle6 -o [foobar.pyc] [foobar.py]