Use functions from the os module, instead of just os.system() . For example. os.chdir() (equivalent of cd ); os.getwcd() (equivalent of pwd ) ...
確定! 回上一頁