只需使用子流程模块 import subprocess subprocess.call("pdf2htmlEX /path/to/foobar.pdf", shell=True). 它调用可执行文件 pdf2htmlEX 。它必须在 $PATH 中的某个 ...
確定! 回上一頁