import os # 取得當目錄os.getcwd() # 取得同目錄下檔案位置os.path.join(os.getcwd(), 'YourFileName.csv') # 取得上一層 ...
確定! 回上一頁