try: import pathlib except ImportError: # older Python version, import the backport instead import pathlib2 as pathlib basename = pathlib.
確定! 回上一頁