os.system() just runs the process, it doesn't capture the output: If command generates any output, it will be sent to the interpreter standard output stream ...
確定! 回上一頁