python 文件移动和复制

 import shutil

shutil.move(srcfile,dstfile)

shutil.copyfile(srcfile,dstfile)

留言

熱門文章