os.walk(top, topdown=True, onerror=None, followlinks=False). 可以得到一个三元tupple(dirpath, dirnames, filenames),.
確定! 回上一頁