pyhton小方法

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

posted @ 2015-02-25 17:22  小毛驴  阅读(116)  评论(0编辑  收藏  举报