摘要: #coding=utf-8import osimport string num = 1path = raw_input("Input the path:")if '' == path: path = os.getcwd()if not os.path.exists(path): print 'Path not exist!'else: for root, dirs, files in os.wa... 阅读全文
posted @ 2010-12-28 03:00 莫忆往西 阅读(596) 评论(0) 推荐(0)