只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-02-05 22:35 clq.lib 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ```python #/usr/bin/python import os def travelTree(currentPath, count=0): if not os.path.exists(currentPath): print "no current Path" return if os.path.isfile(currentPath)... 阅读全文
posted @ 2017-02-05 10:28 clq.lib 阅读(496) 评论(0) 推荐(0) 编辑