用例:f = os.popen("%s %s %s" % ("pkg-config", " ".join(args), mod))
popen(...)
popen(command [, mode=‘r‘ [, bufsize]]) -> pipe
Open a pipe to/from a command returning a file object.
2024-01-08 21:37:52
用例:f = os.popen("%s %s %s" % ("pkg-config", " ".join(args), mod))
popen(...)
popen(command [, mode=‘r‘ [, bufsize]]) -> pipe
Open a pipe to/from a command returning a file object.
下一篇:Python 函数式编程学习