os.system('cd foo') runs /bin/sh -c "cd foo". This does work: It launches a new shell, changes that shell's current working directory into ...
確定! 回上一頁