import os cmd = "git --version" returned_value = os.system(cmd) # returns the exit code in unix.
確定! 回上一頁