2.txt') shutil.copyfile('./1.txt', '../2.txt'). shutil.copy(src, dst) 拷貝檔案,包括檔案的許可權(但不包括所有者屬性)。
確定! 回上一頁