import os absolute_path = os.path.dirname(__file__) relative_path = "src/lib" full_path = os.path.join(absolute_path, relative_path).
確定! 回上一頁