pyhton小方法

import os
a = os.walk('.')
for i in a:
print(i)

原文地址:https://www.cnblogs.com/wcLT/p/4299864.html