Each invocation of os.system() runs in its own subshell, with its own fresh environment: >>> import os >>> os.system("echo $$") 97678 0 ...
確定! 回上一頁