[Python] 取得程式執行所在目錄

import os

current_exec_path = os.getcwd()

留言

熱門文章