#--*-- encoding:utf-8 --*--
import os,re,shutil
for s in os.listdir('.'):
if s.endswith(".webloc"):
print s
shutil.move(s,'./web')
#--*-- encoding:utf-8 --*--
import os,re,shutil
for s in os.listdir('.'):
if s.endswith(".webloc"):
print s
shutil.move(s,'./web')
本文标题:整理文件python
本文链接:https://www.haomeiwen.com/subject/wpauhttx.html
网友评论