整理文件python

2015-12-16  本文已影响58人  liu_bo

#--*-- encoding:utf-8 --*--

import os,re,shutil

for s in os.listdir('.'):

if s.endswith(".webloc"):

print s

shutil.move(s,'./web')

上一篇 下一篇

猜你喜欢

热点阅读