You can try this code segment in an interactive Python shell to get a feeling for how os.path.walk works: def ls(arg, dirname, files): print dirname, ...
確定! 回上一頁