複製================== # 複製文件,不能複製文件夾shutil.copyfile(r"D:\python\py1\1.txt", r"D:\python\py2\1.txt") # 複製文件,與copyfile不同 ...
確定! 回上一頁