Assuming that you have a variable object storing a file path, you can use the Python os.path.basename or the pathlib.Path.name functions in order to obtain ...
確定! 回上一頁