对python源码进行编译
1.生成.pyc文件import py_compilepy_compile.compile('hello.py')
2.优化源码文件python -O -m py_compile 1.py生成.pyo文件
上一篇:在配置文件中打开其他文件时路径的处理
下一篇:Python 字符串内置方法(二)