os.system() starts a shell, executes the command, and closes that shell. Your cd 's effect is lost. Change directory with Python itself:
確定! 回上一頁