I have this simple python program. (It's actually one py file named test.py) import os os.system('cd ..') When I execute "python test.py" from a Dos command ...
確定! 回上一頁