os.getcwd() 獲取當前工作目錄,即當前python指令碼工作的目錄路徑os.chdir("dirname") 改變當前指令碼工作目錄;相當於shell下cd os.curdir 返回當前 ...
確定! 回上一頁