Click here to view code image import pathlib p = pathlib.Path('..') for f in p.rglob('pathlib_*.py'): print(f) Because this example starts from the parent ...
確定! 回上一頁