摘要: Python 编译 pyc import py_compile sourceFile = 'd:/test.py' targetFile = 'd:/test.pyc' py_compile.compile(sourceFile, cfile = targetFile) 阅读全文
posted @ 2021-04-13 17:26 ibingshan 阅读(78) 评论(0) 推荐(0) 编辑