I'm working on a Python wrapper around 3rd part command-line tool and need to exchange data with it via stdin/stdout. handle = Popen(c, stdin=PIPE, ...
確定! 回上一頁