Get the directory path of a #python script from within itself: ... or from pathlib import Path print(str(Path(__file__).resolve().parent)).
確定! 回上一頁