复制文件的python程序_python写一个复制文件的程序-CSDN博客

网站介绍:from shutil import copyfilecopyfile("/root/a.txt", "/root/b.txt")_python写一个复制文件的程序