The main difference between these two methods is os.system returns the status code and subprocess.Popen returns the Popen object.
確定! 回上一頁