python copy file and rename. #copy file (src) and move to the destination (dst) from shutil import copyfile copyfile(src, dst).
確定! 回上一頁