若要取得目前的工作目錄路徑,可以使用 os.getcwd 函數: import os # 取得目前工作目錄路徑 path = os.getcwd() # 輸出路徑 print(path) /home/officeguide/my_proj ...
確定! 回上一頁