摘要:
#!/usr/bin/pythonimport ospath1='/root/model/'file=os.listdir(path1)num=file.index('index.html')del file[num]c=str(file)c=c.replace('_','.')c=c.title( 阅读全文
posted @ 2016-08-31 14:33
yang68h
阅读(139)
评论(0)
推荐(0)
浙公网安备 33010602011771号