标签:copy pre xlsx bin gfs blog style import listdir
copy(s,d)
import shutil import os # r = os.listdir(‘/mnt/hgfs/excel/‘) # print(r) shutil.copy("/mnt/hgfs/excel/qiuwenbin.xlsx","/mnt/hgfs/excel1/qiuwenbin.xlsx")
标签:copy pre xlsx bin gfs blog style import listdir
原文地址:http://www.cnblogs.com/Bingo0-python/p/7594486.html